blob: 57aa00366abf88e833a5634c56e2cec2d76cf3e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.6 2004/09/28 15:59:49 wiz Exp $
--- Makefile.in.orig 2004-09-13 16:20:00.000000000 +0200
+++ Makefile.in
@@ -78,12 +78,11 @@ NO_RECURSE = @NO_RECURSE@
EBCDIC = @EBCDIC@
INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
+INSTALL_DATA = ${BSD_INSTALL_DATA}
# LIBTOOL enables the building of shared and static libraries. It is set up
# to do one or the other or both by ./configure.
-LIBTOOL = @LIBTOOL@
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
@ON_WINDOWS@LINK = $(CC) $(CFLAGS) -I. -I$(top_srcdir) -L.libs
@NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -I. -I$(top_srcdir)
|