From 3e47fe8e01be31837d3601076f94d007e05c2fba Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 3 Oct 2012 15:42:11 +0200 Subject: [PATCH] Quote that to avoid potential issues... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b03d05c96..8ea8d3eb1 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,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