From aa68e5250abe20f6fd09aa554b58f7bb69ac62bd 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 00b24ceb5..1cc029ee1 100644 --- a/Makefile +++ b/Makefile @@ -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