X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=Makefile.frag;h=1917557e9bdcc4f7d09c2a29a25a8bffd068b97b;hp=e1aecfe2bc8794a767811645d79de6322b0d0588;hb=c2dc24a4967dd767fc4a240f93ca0de4600a8c62;hpb=14c98cac21b8102d1d4c2a57744f6976ea3a0849 diff --git a/Makefile.frag b/Makefile.frag index e1aecfe..1917557 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -17,16 +17,16 @@ psi-clean-headers: -rm -f $(PHP_PSI_HEADERS) lempar.c: - curl -sSo $@ "http://www.sqlite.org/src/raw/tool/lempar.c?name=3617143ddb9b176c3605defe6a9c798793280120" + curl -sSo $@ "http://www.sqlite.org/src/raw/tool/lempar.c?name=3ec1463a034b37d87d782be5f6b8b10a3b1ecbe7" lemon.c: - curl -sSo $@ "http://www.sqlite.org/src/raw/tool/lemon.c?name=039f813b520b9395740c52f9cbf36c90b5d8df03" + curl -sSo $@ "http://www.sqlite.org/src/raw/tool/lemon.c?name=799e73e19a33b8dd7767a7fa34618ed2a9c2397d" ./lemon: lemon.c | lempar.c $(CC) -o $@ $< $(PHP_PSI_SRCDIR)/src/parser_proc.h: $(PHP_PSI_SRCDIR)/src/parser_proc.y - + $(PHP_PSI_SRCDIR)/src/%.c: $(PHP_PSI_SRCDIR)/src/parser.h $(PHP_PSI_SRCDIR)/src/parser_proc.h touch $@ $(PHP_PSI_SRCDIR)/src/parser_proc.y: $(PHP_PSI_SRCDIR)/src/parser.h