X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fgd;h=77846bb5a7371fff07afdd88730ece235371fd7a;hp=1380ce07a18008ed1e20c05964af1420381e194d;hb=ddac6087701302372ff8a0bd9918eb9d21752d74;hpb=6b8cff41666f75596a826dc2253f16cca613e2b2 diff --git a/lfs/gd b/lfs/gd index 1380ce07a1..77846bb5a7 100644 --- a/lfs/gd +++ b/lfs/gd @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: gd,v 1.5.2.4 2005/03/04 19:26:50 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -79,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)