]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gd
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / gd
diff --git a/lfs/gd b/lfs/gd
index 1380ce07a18008ed1e20c05964af1420381e194d..77846bb5a7371fff07afdd88730ece235371fd7a 100644 (file)
--- a/lfs/gd
+++ b/lfs/gd
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# 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)