]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(__LDADD): Define, so that building `[' on
authorJim Meyering <jim@meyering.net>
Tue, 14 Dec 2004 23:53:48 +0000 (23:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Dec 2004 23:53:48 +0000 (23:53 +0000)
Solaris still uses the -lgen library that it requires in order
to get a definition of eaccess.

src/Makefile.am

index 01f74ca81d99795bfef0eddea5d5fc569270c02e..7e4d6e33ea5fe31b6dc887bf939752cf0306a1d6 100644 (file)
@@ -39,6 +39,8 @@ mv_LDADD = $(LDADD) $(LIB_EACCESS)
 pathchk_LDADD = $(LDADD) $(LIB_EACCESS)
 rm_LDADD = $(LDADD) $(LIB_EACCESS)
 test_LDADD = $(LDADD) $(LIB_EACCESS)
+# This is for the '[' program.  Automake transliterates '[' to '_'.
+__LDADD = $(LDADD) $(LIB_EACCESS)
 
 # for clock_gettime and fdatasync
 dd_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_FDATASYNC)