From: Michael Wallner Date: Thu, 3 Dec 2015 09:28:27 +0000 (+0100) Subject: fix header target X-Git-Tag: release-1.1.1RC1~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=commitdiff_plain;h=eeae0a9e3902df12e85b6639c8d3356297957b59 fix header target --- diff --git a/Makefile.frag b/Makefile.frag index 94dc490..c55d722 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -5,7 +5,7 @@ PHP_RAPHF_HEADERS := $(addprefix $(PHP_RAPHF_BUILDDIR)/,$(PHP_RAPHF_HEADERS)) $(PHP_RAPHF_BUILDDIR)/%.h: $(PHP_RAPHF_SRCDIR)/src/%.h @cat >$@ <$< -all: raphf-build-headers +$(all_targets): raphf-build-headers clean: raphf-clean-headers .PHONY: raphf-build-headers