From 0322f533d91b55e657393cd25317fdfe1790694c Mon Sep 17 00:00:00 2001 From: right-hearted Date: Wed, 2 Apr 2014 05:54:56 +0000 Subject: [PATCH] Removed some options from building git-svn-id: svn://kolibrios.org@4732 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/it/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/it/Makefile b/data/it/Makefile index 705c51247c..f6dbc1b8d6 100644 --- a/data/it/Makefile +++ b/data/it/Makefile @@ -713,5 +713,5 @@ $(REPOSITORY)/drivers/ddk/libcore.a: \ #Rules for updf UPDFDIR=$(REPOSITORY)/contrib/media/updf updf: - $(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar -C $(UPDFDIR) + $(MAKE) -C $(UPDFDIR) cd $(UPDFDIR)/build/debug && objcopy -O binary mupdf && kpack --nologo mupdf \ No newline at end of file