From 69af76468f0c1676abb9db5be02c2fab86d118ef Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sun, 28 Aug 2005 00:15:44 +0000 Subject: [PATCH] * Makefile.am (DISTCLEANFILES): also remove amu_autofs_prot.h, config.cache.old, and dbgcf.h on "make distclean". (CLEANFILES): remove dbgcf on plain "make clean". * amd/Makefile.am (DISTCLEANFILES): also remove ops_autofs.c on "make distclean". --- ChangeLog | 9 +++++++++ Makefile.am | 3 ++- amd/Makefile.am | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ddc3482..429af7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-08-27 Erez Zadok + + * Makefile.am (DISTCLEANFILES): also remove amu_autofs_prot.h, + config.cache.old, and dbgcf.h on "make distclean". + (CLEANFILES): remove dbgcf on plain "make clean". + + * amd/Makefile.am (DISTCLEANFILES): also remove ops_autofs.c on + "make distclean". + 2005-08-27 Daniel P. Ottavio * amd/info_file.c (file_search_or_reload): Changed the key diff --git a/Makefile.am b/Makefile.am index 5f3c164..9fbee09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -302,7 +302,8 @@ EXTRA_DIST = \ stamp-h.in \ tasks -DISTCLEANFILES = amu_nfs_prot.h config.cache.old dbgcf.h +DISTCLEANFILES = amu_nfs_prot.h amu_autofs_prot.h config.cache.old dbgcf.h +CLEANFILES = dbgcf.h ############################################################################## # Personal maintainer rules by Erez Zadok diff --git a/amd/Makefile.am b/amd/Makefile.am index 832ca01..4be8cb5 100644 --- a/amd/Makefile.am +++ b/amd/Makefile.am @@ -133,7 +133,7 @@ LIBS = @LIBS@ @WRAPLIB@ # additional files to distribute and clean EXTRA_DIST = ops_TEMPLATE.c $(man_MANS) $(TESTS) CLEANFILES = $(BUILT_SOURCES) -DISTCLEANFILES = build_version.h +DISTCLEANFILES = build_version.h ops_autofs.c # do not distribute files that should be generated by lex/yacc locally dist-hook: -- 2.43.0