diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:32:49 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:32:49 +0000 |
commit | bb40c7aecad9cb4db3174600955fb3ef41de55b4 (patch) | |
tree | 617d1fd5131d7885aafcbd3be3b1d61bd1b74e8b | |
parent | 09e689caf6d4655948bfe0cd33a483c82a9314e9 (diff) | |
download | coreutils-bb40c7aecad9cb4db3174600955fb3ef41de55b4.tar.xz |
(LDADD, $(PROGRAMS)): fetish -> coreutils.
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 24ca5e571..ca856c9df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,11 +26,11 @@ CLEANFILES = $(SCRIPTS) su AM_CPPFLAGS = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib # Sometimes, the expansion of $(LIBINTL) includes -lc which may -# include modules defining variables like `optind', so libfetish.a +# include modules defining variables like `optind', so libcoreutils.a # must precede $(LIBINTL) in order to ensure we use GNU getopt. -# But libfetish.a must also follow $(LIBINTL), since libintl uses -# replacement functions defined in libfetish.a. -LDADD = ../lib/libfetish.a $(LIBINTL) ../lib/libfetish.a +# But libcoreutils.a must also follow $(LIBINTL), since libintl uses +# replacement functions defined in libcoreutils.a. +LDADD = ../lib/libcoreutils.a $(LIBINTL) ../lib/libcoreutils.a # for eaccess in lib/euidaccess.c. cp_LDADD = $(LDADD) $(LIB_EACCESS) @@ -79,7 +79,7 @@ uptime_LDADD = $(LDADD) $(GETLOADAVG_LIBS) su_LDADD = $(LDADD) $(LIB_CRYPT) -$(PROGRAMS): ../lib/libfetish.a +$(PROGRAMS): ../lib/libcoreutils.a SUFFIXES = .sh |