diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 18:04:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 18:04:06 +0000 |
commit | 0622704dce606dad3d3092909ad4b01ecf5f28db (patch) | |
tree | 75e2ee89e03d69149a5309f05b3fe75d8e13df25 /lib | |
parent | 4cfe78b8a0d3a607c0408cf6b82bb82d23224a92 (diff) | |
download | coreutils-0622704dce606dad3d3092909ad4b01ecf5f28db.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 423fc85d0..50c5ee8e2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -54,7 +54,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ +DEFS = @DEFS@ -DLIBDIR=\"$(libdir)\" DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ ECHO_C = @ECHO_C@ @@ -258,7 +258,7 @@ libfetish_a_SOURCES = \ yesno.c -libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@ +libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA) libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD) BUILT_SOURCES = getdate.c @@ -846,7 +846,7 @@ charset.alias: config.charset $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ mv t-$@ $@ .sin.sed: - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@ + sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ mv t-$@ $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |