OSDN Git Service

Changed makefile so that it works with gcc-4.1.
[dvibrowser/jdisp.git] / Makefile
index 73833c7..b256b77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all:
                js=$${file%.jsh}.js ; \
                output=build/js/$$js; \
                $(PROG_INSTALL) -d build/js && \
-         $(PROG_CPP) -I./src/js/include -P -nostdinc $$bundle \
+         $(PROG_CPP) -I./src/js/include -P -nostdinc $$bundle \
                  | sed -n '/./p' > $$output && \
                echo "Wrote output on $$output" \
                || exit 1 ; \