diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-02 22:07:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-02 22:07:03 +0000 |
commit | 3c82e48923b4b4343cbca2fb0981bc2a8a4ac009 (patch) | |
tree | 9ccc5e83ea58d0e4497308fdc8570b0076d41393 /Makefile.custom | |
parent | eda43d7f454cd122d8dd2a029f48b87ab477c949 (diff) | |
download | busybox-w32-3c82e48923b4b4343cbca2fb0981bc2a8a4ac009.tar.gz busybox-w32-3c82e48923b4b4343cbca2fb0981bc2a8a4ac009.tar.bz2 busybox-w32-3c82e48923b4b4343cbca2fb0981bc2a8a4ac009.zip |
allow people to stick custom things into Makefile.local so they dont need to update busybox files while integrating into other build systems (like uClinux-dist)
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index 0cc40a667..d0aff3799 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -143,3 +143,5 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS)) | |||
143 | .PHONY: html | 143 | .PHONY: html |
144 | html: $(syn) | 144 | html: $(syn) |
145 | synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^ | 145 | synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^ |
146 | |||
147 | -include $(srctree)/Makefile.local | ||