aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-06 23:14:31 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-06 23:14:31 +0000
commit81f234dee5b9874deb0fb761a2f8861867d5a77a (patch)
treed51f00926554c6d10985f4b86642fd35d5427329 /Makefile.custom
parent013e9de85f9e66610408d04997f8aee6cc8f4193 (diff)
downloadbusybox-w32-81f234dee5b9874deb0fb761a2f8861867d5a77a.tar.gz
busybox-w32-81f234dee5b9874deb0fb761a2f8861867d5a77a.tar.bz2
busybox-w32-81f234dee5b9874deb0fb761a2f8861867d5a77a.zip
- remove a warning that was not ment to be checked in.
git-svn-id: svn://busybox.net/trunk/busybox@16794 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile.custom1
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))
122#SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))''] 122#SYN_CPPFLAGS := [$(patsubst %,'%'$(comma),$(SYN_CPPFLAGS))'']
123 123
124%.syn: %.c 124%.syn: %.c
125 $(warning fla='$(SYN_CPPFLAGS)')
126 synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $< 125 synopsis -p C -l Comments.SSDFilter,Comments.Previous -Wp,preprocess=True,cppflags="'$(SYN_CPPFLAGS)'" -o $@ $<
127 126
128.PHONY: html 127.PHONY: html