diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-24 21:19:54 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-24 21:19:54 +0000 |
commit | 97c496fc9dbbe24d034d484404ef75edd7389a2f (patch) | |
tree | b7e93a325e26a46203b25d4133b783498c5ea862 /Makefile.in | |
parent | fff675c4488b4debaa3d19fac04cc4cf042b303c (diff) | |
download | php-git-97c496fc9dbbe24d034d484404ef75edd7389a2f.tar.gz |
Remove buildconf.stamp on make distclean
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 79c7711b3b..1fadf472c7 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 |