X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=Makefile.frag;h=5a7a8774776a9fe86c98dc9f678a76bf0a6023ad;hp=1cd17bd25cc5296e3d40fe58bdda5e9ab620d6a5;hb=35060621f2fd5079502543d17942127c1a602f72;hpb=10e51aad0515e80adeb96a47776a2d80e62a98bc diff --git a/Makefile.frag b/Makefile.frag index 1cd17bd..5a7a877 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -36,7 +36,8 @@ psi-generated: $(PHP_PSI_GENERATED) PHP_PSI_DEPEND = $(patsubst $(PHP_PSI_SRCDIR)/%,$(PHP_PSI_BUILDDIR)/%,$(PHP_PSI_SOURCES:.c=.dep)) $(PHP_PSI_BUILDDIR)/%.dep: $(PHP_PSI_SRCDIR)/%.c | $(PHP_PSI_GENERATED) - $(CC) -MM -MG -MF $@ -MT $(patsubst $(PHP_PSI_SRCDIR)/%,$(PHP_PSI_BUILDDIR)/%,$(@:.dep=.lo)) \ + @echo Generating $@ ... + @$(CC) -MM -MG -MF $@ -MT $(patsubst $(PHP_PSI_SRCDIR)/%,$(PHP_PSI_BUILDDIR)/%,$(@:.dep=.lo)) \ $(CPPFLAGS) $(DEFS) $(INCLUDES) $< \ || touch $@ @@ -70,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)