From aa2afeb2f2e0b3cfd1eabcb53b3b4b2cddc09e63 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 8 Jun 2010 00:44:24 +0200 Subject: Fixing dependancy issue. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 00f9e48..5f2c9d2 100644 --- a/Makefile +++ b/Makefile @@ -92,10 +92,7 @@ modules: $(MODULES_LIST) dep: $(ALL_DEPS) -luagmp.a: $(addsuffix .o, $(notdir $(basename $(GMP_SOURCES)))) - $(AR) $@ $+ - -luagmp.$(SHARED_EXT): luagmp.a +luagmp.$(SHARED_EXT): $(addsuffix .o, $(notdir $(basename $(GMP_SOURCES)))) $(LD) $(LDFLAGS) -o $@ $+ $(GMP_LIBS) clean: -- cgit v1.2.3