diff -r bd932374081c -r 6166fd4a617f make/common/JavaCompilation.gmk --- a/make/common/JavaCompilation.gmk Fri Feb 27 11:56:57 2015 +0100 +++ b/make/common/JavaCompilation.gmk Thu Mar 05 11:39:15 2015 +0100 @@ -393,7 +393,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' \