allow people to stick custom things into Makefile.local so they dont need to update...
authorMike Frysinger <vapier@gentoo.org>
Wed, 2 May 2007 22:07:03 +0000 (22:07 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 2 May 2007 22:07:03 +0000 (22:07 -0000)
Makefile.custom

index 0cc40a6..d0aff37 100644 (file)
@@ -143,3 +143,5 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS))
 .PHONY: html
 html: $(syn)
        synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^
+
+-include $(srctree)/Makefile.local