]> granicus.if.org Git - php/commitdiff
- Add Makefile.frag
authorMarcus Boerger <helly@php.net>
Sun, 4 Feb 2007 16:24:48 +0000 (16:24 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 4 Feb 2007 16:24:48 +0000 (16:24 +0000)
ext/phar/Makefile.frag [new file with mode: 0755]
ext/phar/package.xml

diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag
new file mode 100755 (executable)
index 0000000..9205d69
--- /dev/null
@@ -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)
index 12d53e66c1469a57af158f00320183dfb1ee2056..bf19cfb7af0bbc46d4d85d468a4346932d4a0bf8 100644 (file)
@@ -144,6 +144,7 @@ if the ini variable phar.require_hash is set to true.
    <file name="LICENSE" role="doc"/>
    <file name="config.m4" role="src"/>
    <file name="config.w32" role="src"/>
+   <file name="Makefile.frag" role="src"/>
    <file name="CREDITS" role="doc"/>
    <file name="TODO" role="doc"/>
    <file name="EXPERIMENTAL" role="src"/>