* Makefile.in (distclean): Add gstdint.h.

This commit is contained in:
Ben Elliston 2008-04-18 02:12:45 +00:00
parent 2ec9323810
commit 8386c82a58
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-18 Ben Elliston <bje@au.ibm.com>
* Makefile.in (distclean): Add gstdint.h.
2008-01-25 Janis Johnson <janis187@us.ibm.com>
* decCommonSymbols.h: Commit.

View File

@ -151,7 +151,7 @@ clean: mostlyclean
distclean: clean
-rm -f config.h stamp-h1 config.status config.cache config.log \
configure.lineno configure.status.lineno Makefile localedir.h \
localedir.hs
localedir.hs gstdint.h
maintainer-clean: distclean
@echo "This command is intended for maintainers to use"