CVS update: /ccvs/vms/
[email protected] 6 Apr 2005 20:43:16 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/04/06 13:43:16 Modified: /ccvs/vms/ ChangeLog, Makefile.am, Makefile.in Log: * Makefile.am (DISTCLEANFILES): Remove stamp-ch. File Changes: Directory: /ccvs/vms/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/vms/ChangeLog?r1=1.100&r2=1.101 Delta lines: +4 -0 ------------------- --- ChangeLog 23 Mar 2005 00:04:32 -0000 1.100 +++ ChangeLog 6 Apr 2005 20:43:14 -0000 1.101 @@ -1,3 +1,7 @@ +2005-04-06 Derek Price <[email protected]> + + * Makefile.am (DISTCLEANFILES): Remove stamp-ch. + 2005-03-22 Mark D. Baushke <[email protected]> * Makefile.in: Regenerated. File [changed]: Makefile.am Url: https://ccvs.cvshome.org/source/browse/ccvs/vms/Makefile.am?r1=1.6&r2=1.7 Delta lines: +5 -0 ------------------- --- Makefile.am 9 Feb 2005 05:03:12 -0000 1.6 +++ Makefile.am 6 Apr 2005 20:43:14 -0000 1.7 @@ -61,6 +61,9 @@ +## Zero a few variables for Automake so they may be appended to. +DISTCLEANFILES = + ### ### Maintainer targets ### @@ -83,6 +86,8 @@ -@rm -f config.tmp @cp $(srcdir)/config.h $@ +DISTCLEANFILES += stamp-ch + # for backwards compatibility with the old makefiles realclean: maintainer-clean File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/vms/Makefile.in?r1=1.65&r2=1.66 Delta lines: +2 -0 ------------------- --- Makefile.in 5 Apr 2005 20:43:31 -0000 1.65 +++ Makefile.in 6 Apr 2005 20:43:14 -0000 1.66 @@ -295,6 +295,7 @@ vmsmunch_private.h \ waitpid.c +DISTCLEANFILES = stamp-ch all: all-am .SUFFIXES: @@ -386,6 +387,7 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use"