From e096c7f17f50f0e467838eb98da9da32eb18855f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 30 May 1998 15:48:11 +0000 Subject: [PATCH] (distclean): Delete config.stamp, stamp-oldxmenu. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 583d57917ea..55840161019 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1136,7 +1136,7 @@ clean: mostlyclean /**/# This is used in making a distribution. /**/# Do not use it on development directories! distclean: clean - rm -f paths.h config.h Makefile Makefile.c ../etc/DOC-* + rm -f paths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." -- 2.39.2