summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-01 08:49:19 -0700
committerChristopher Jones <sixd@php.net>2013-08-01 08:49:19 -0700
commit1c91ca990ff673edf8aa521285986759996f0cca (patch)
tree726298753f90e084c13828e9742a5c4c25a0d776 /ext/phar
parent1f6b940dd1b5d43fc2f846a2a85babb342749f05 (diff)
parent146b933ab49f8068a5fe983bcb5c821e103e575e (diff)
downloadphp-git-1c91ca990ff673edf8aa521285986759996f0cca.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Revert "Allow 'make distclean' to clean up the 'generated' phar.inc"
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/Makefile.frag4
-rw-r--r--ext/phar/phar/phar.inc (renamed from ext/phar/phar/phar.inc.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag
index d95a9985a6..faa9db0c70 100644
--- a/ext/phar/Makefile.frag
+++ b/ext/phar/Makefile.frag
@@ -20,9 +20,9 @@ PHP_PHARCMD_EXECUTABLE = ` \
fi;`
PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";`
-$(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc.in
+$(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
-@test -d $(builddir)/phar || mkdir $(builddir)/phar
- -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc.in $(builddir)/phar/phar.inc
+ -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc
$(builddir)/phar.php: $(srcdir)/build_precommand.php $(srcdir)/phar/*.inc $(srcdir)/phar/*.php $(SAPI_CLI_PATH)
-@echo "Generating phar.php"
diff --git a/ext/phar/phar/phar.inc.in b/ext/phar/phar/phar.inc
index 7e7d61851e..7e7d61851e 100644
--- a/ext/phar/phar/phar.inc.in
+++ b/ext/phar/phar/phar.inc