X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=Makefile.frag;h=5a7a8774776a9fe86c98dc9f678a76bf0a6023ad;hp=7ad630192d2b91b200284de54fbdcdbe6cf4d628;hb=216e7ac3b97aed5a5d65c511dc061c78be90e79d;hpb=2559f07a178b681dc240e20153ff5abdff54cb34 diff --git a/Makefile.frag b/Makefile.frag index 7ad6301..5a7a877 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -71,19 +71,6 @@ psi-clean: psi-clean-objects psi-clean-generated: -rm -f $(PHP_PSI_GENERATED) -.PHONY: psi-clean-aux -psi-clean-aux: psi-clean-aux-bin psi-clean-aux-src - -.PHONY: psi-clean-aux-src -psi-clean-aux-src: - -rm -f $(PHP_PSI_BUILDDIR)/lempar.c $(PHP_PSI_BUILDDIR)/lemon.c - -.PHONY: psi-clean-aux-bin -psi-clean-aux-bin: - -rm -f $(PHP_PSI_BUILDDIR)/lemon - -psi-clean: psi-clean-aux - .PHONY: psi-clean-depend psi-clean-depend: -rm -f $(PHP_PSI_DEPEND)