From ab03af5eb5b2fd0fcd9286509a79b7dcff7de1be Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 4 Feb 2007 16:24:48 +0000 Subject: [PATCH] - Add Makefile.frag --- ext/phar/Makefile.frag | 3 +++ ext/phar/package.xml | 1 + 2 files changed, 4 insertions(+) create mode 100755 ext/phar/Makefile.frag diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag new file mode 100755 index 0000000000..9205d6904a --- /dev/null +++ b/ext/phar/Makefile.frag @@ -0,0 +1,3 @@ + +$(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re + @(cd $(top_srcdir); $(RE2C) -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re) diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 12d53e66c1..bf19cfb7af 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -144,6 +144,7 @@ if the ini variable phar.require_hash is set to true. + -- 2.50.1