diff options
author | Sascha Schumann <sas@php.net> | 1999-07-03 19:37:55 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-03 19:37:55 +0000 |
commit | c2b8a4667ba9eb529f55f59eedba942dd59a99d7 (patch) | |
tree | 7888ed6dd78cb5c0f5547e985bfc7d2aa68c6a0c /Zend/Makefile.am | |
parent | 012e1abb4f883739bba46a7813b6c33289883dff (diff) | |
download | php-git-c2b8a4667ba9eb529f55f59eedba942dd59a99d7.tar.gz |
don't wipe files for distributions
Diffstat (limited to 'Zend/Makefile.am')
-rw-r--r-- | Zend/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am index f95951668a..de43d27348 100644 --- a/Zend/Makefile.am +++ b/Zend/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -CLEANFILES = zend-parser.c zend-parser.h zend-scanner.c zend-parser.output +#CLEANFILES = zend-parser.c zend-parser.h zend-scanner.c zend-parser.output AUTOMAKE_OPTIONS=foreign noinst_LIBRARIES=libzend.a |