projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d66d852
)
fix header target
author
Michael Wallner
<mike@php.net>
Thu, 3 Dec 2015 09:27:36 +0000
(10:27 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 3 Dec 2015 09:27:36 +0000
(10:27 +0100)
Makefile.frag
patch
|
blob
|
history
diff --git
a/Makefile.frag
b/Makefile.frag
index 47f1879338d1219a0ddf31d0d7ba0c9a3a2cd377..3dd9ce2629fa4eedce98563e83add6322feff557 100644
(file)
--- a/
Makefile.frag
+++ b/
Makefile.frag
@@
-5,7
+5,7
@@
PHP_HTTP_HEADERS := $(addprefix $(PHP_HTTP_BUILDDIR)/,$(PHP_HTTP_HEADERS))
$(PHP_HTTP_BUILDDIR)/%.h: $(PHP_HTTP_SRCDIR)/src/%.h
@cat >$@ <$<
-
all
: http-build-headers
+
$(all_targets)
: http-build-headers
clean: http-clean-headers
.PHONY: http-build-headers