make/common/JavaCompilation.gmk
changeset 29439 4ed3700d1e23
parent 29174 fe55607529c3
parent 29438 6166fd4a617f
child 29442 e4b178a258da
--- a/make/common/JavaCompilation.gmk	Fri Mar 06 04:58:52 2015 -0800
+++ b/make/common/JavaCompilation.gmk	Fri Mar 06 08:43:02 2015 -0800
@@ -387,7 +387,7 @@
 	$(MKDIR) -p $$(@D)
 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
-	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/#.*/#/g' \
+	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/^[ 	]*#.*/#/g' \
 	    | $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \