Remove uses of now-undefined Makefile variable.
authorJim Meyering <meyering@redhat.com>
Tue, 8 Jan 2008 09:34:56 +0000 (10:34 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 8 Jan 2008 09:34:56 +0000 (10:34 +0100)
* src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): Remove uses
of no-longer-defined variable, $(LIB_ACL_TRIVIAL).

ChangeLog
src/Makefile.am

index 0018fdcf4977b1dbe08b5585bf9b9f7a9919785f..c38ab73313325941ecdfa0fa3c004b243c2a5898 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-08  Jim Meyering  <meyering@redhat.com>
+
+       Remove uses of now-undefined Makefile variable.
+       * src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): Remove uses
+       of no-longer-defined variable, $(LIB_ACL_TRIVIAL).
+
 2008-01-07  Jim Meyering  <meyering@redhat.com>
 
        cp (but not copy.c): plug a small leak.
index 2f40a04b6197c7b69a7e5ec1797a76b7e1611c2e..efcea5b9c2e0b28879190696f7217fa624cf7dfe 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 
-## Copyright (C) 1990, 1991, 1993-2007 Free Software Foundation, Inc.
+## Copyright (C) 1990, 1991, 1993-2008 Free Software Foundation, Inc.
 
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -126,9 +126,9 @@ uptime_LDADD = $(LDADD) $(POW_LIB) $(GETLOADAVG_LIBS)
 
 su_LDADD = $(LDADD) $(LIB_CRYPT)
 
-dir_LDADD += $(LIB_ACL_TRIVIAL) $(LIB_ACL)
-ls_LDADD += $(LIB_ACL_TRIVIAL) $(LIB_ACL)
-vdir_LDADD += $(LIB_ACL_TRIVIAL) $(LIB_ACL)
+dir_LDADD += $(LIB_ACL)
+ls_LDADD += $(LIB_ACL)
+vdir_LDADD += $(LIB_ACL)
 cp_LDADD += $(LIB_ACL)
 mv_LDADD += $(LIB_ACL)
 ginstall_LDADD += $(LIB_ACL)