From 377898e63a8689b0e8c5c656ce9cfa98223cf74b Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 21 Aug 2012 15:18:54 -0400 Subject: cifs-utils: fix up references to getcifsacl and setcifsacl files When I moved the manpages for this to section 1, I missed some references to them. Also, get rid of the unneeded clean-local-aclprogs makefile target. Signed-off-by: Jeff Layton --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0d0b599..73f756f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ man_MANS = mount.cifs.8 bin_PROGRAMS = sbin_PROGRAMS = -clean-local: clean-local-upcall clean-local-idmap clean-local-aclprogs +clean-local: clean-local-upcall clean-local-idmap if CONFIG_CIFSUPCALL sbin_PROGRAMS += cifs.upcall @@ -66,12 +66,6 @@ setcifsacl_SOURCES = setcifsacl.c setcifsacl_LDADD = $(WBCLIENT_LIBS) setcifsacl_CFLAGS = $(WBCLIENT_CFLAGS) man_MANS += setcifsacl.1 - -endif - -clean-local-aclprogs: -if CONFIG_CIFSACL - rm -f getcifsacl.8 getcifsacl.8-t setcifsacl.8 setcifsacl.8-t endif SUBDIRS = contrib -- cgit v1.2.3