X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=Makefile.frag;h=f019ecc059a561d858e39b8dda0fc2684438fd4b;hp=480198627ffed62911ab0155654d21e13e024552;hb=ad5f896b03adaa073134a00108a9cdf00720673a;hpb=86508dbae5f9296485820e654f07af59be55003f diff --git a/Makefile.frag b/Makefile.frag index 4801986..f019ecc 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -1,5 +1,9 @@ +# vim: noet ts=1 sw=1 + phpincludedir=$(prefix)/include/php +install-http: install install-http-headers + install-http-headers: @echo "Installing HTTP headers: $(INSTALL_ROOT)$(phpincludedir)/ext/http/" @$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/http @@ -17,6 +21,3 @@ install-http-headers: fi \ done; -# mini hack -install: $(all_targets) $(install_targets) install-http-headers -