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

From-SVN: r134422
This commit is contained in:
Ben Elliston 2008-04-18 02:11:36 +00:00 committed by Ben Elliston
parent bf048bea9c
commit 57b256d993
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"