diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-06 23:14:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-06 23:14:31 +0000 |
commit | b7c50c9896d5687be476d626298f454a8700e2fb (patch) | |
tree | d51f00926554c6d10985f4b86642fd35d5427329 | |
parent | feea1b972ce25ceb4569e5089a7c0319e5a7d447 (diff) | |
download | busybox-b7c50c9896d5687be476d626298f454a8700e2fb.tar.gz |
- remove a warning that was not ment to be checked in.
-rw-r--r-- | Makefile.custom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index 6a08fcdab..d257f6de5 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -122,7 +122,6 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS)) #SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))''] %.syn: %.c - $(warning fla='$(SYN_CPPFLAGS)') synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $< .PHONY: html |