X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;fp=Makefile;h=b256b77d9fa92f9ba5ae4aacd549b6a569771334;hb=9e17125d8d0a26eaa8368f1daa89b11de0954f21;hp=73833c7051d1558164f2c3d84aa7e9525a2a8730;hpb=1e8fa42a353775d725b2e751a52fafc3055cb527;p=dvibrowser%2Fjdisp.git diff --git a/Makefile b/Makefile index 73833c7..b256b77 100644 --- 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 ; \