From 0c3544ddc20ad65a040cb0dfbd4be9e078ee333c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Jan 2008 10:34:56 +0100 Subject: 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). --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 2f40a04b6..efcea5b9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) -- cgit v1.2.3-54-g00ecf