From 97c496fc9dbbe24d034d484404ef75edd7389a2f Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Sat, 24 Jul 1999 21:19:54 +0000 Subject: [PATCH] Remove buildconf.stamp on make distclean --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 79c7711b3b7..1fadf472c78 100644 --- a/Makefile.in +++ b/Makefile.in @@ -135,7 +135,7 @@ distclean: clean distclean-recursive -rm -f *-parser.[ch] *-scanner.c *.output -rm -f config.status config.cache config.log -rm -f Makefile Makefile.depend php_config.h build-defs.h - -rm -f libphp4.module stamp-h + -rm -f libphp4.module stamp-h buildconf.stamp -rm -f regex/*.o regex/*.a regex/*.ih -rm -f doc/checkdoc doc/funcparse doc/version.ent -rm -f do-conf test/test.log