fix header target
authorMichael Wallner <mike@php.net>
Thu, 3 Dec 2015 09:28:27 +0000 (10:28 +0100)
committerMichael Wallner <mike@php.net>
Thu, 3 Dec 2015 09:28:27 +0000 (10:28 +0100)
Makefile.frag

index 94dc490c05f79d9bdc4e59f590798de59cf91ad4..c55d7225e253eb2a5bbd079d3078e9913f3b77e9 100644 (file)
@@ -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