Quote that to avoid potential issues...

This commit is contained in:
NiLuJe
2012-10-03 15:42:11 +02:00
parent ef94d27084
commit aa68e5250a

View File

@@ -187,7 +187,7 @@ clean:
rm -f *.o kpdfview slider_watcher
cleanthirdparty:
$(MAKE) -C $(LUADIR) CC=$(HOSTCC) CFLAGS="$(BASE_CFLAGS)" distclean
$(MAKE) -C $(LUADIR) CC="$(HOSTCC)" CFLAGS="$(BASE_CFLAGS)" distclean
$(MAKE) -C $(MUPDFDIR) build="release" clean
$(MAKE) -C $(CRENGINEDIR)/thirdparty/antiword clean
test -d $(CRENGINEDIR)/thirdparty/chmlib && $(MAKE) -C $(CRENGINEDIR)/thirdparty/chmlib clean || echo warn: chmlib folder not found