diff options
author | foobar <sniper@php.net> | 2005-05-03 11:34:32 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-03 11:34:32 +0000 |
commit | e49cebe15790ce77d3773afe5fb8d692549733fd (patch) | |
tree | a800a4b083c277938af8e8af56082e3b6279602d /scripts | |
parent | ec6db3d24264bf0f375eae2d43cf24aab6535254 (diff) | |
download | php-git-e49cebe15790ce77d3773afe5fb8d692549733fd.tar.gz |
- acconfig.h should not be installed. (it is only a template file..)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.frag | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 480f4bc4ce..3d476a7608 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -32,7 +32,6 @@ install-build: $(INSTALL_DATA) $(BUILD_FILES) $(INSTALL_ROOT)$(phpbuilddir)) HEADER_DIRS = \ - / \ Zend/ \ TSRM/ \ include/ \ |