]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ethtool
Zwischencommit fuer LFS.
[people/pmueller/ipfire-2.x.git] / lfs / ethtool
index 99d89b369ec773dd2f3de48d2d3764fc1753f698..d0476328fe3998d901e892735f11a441e5271849 100644 (file)
 # 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: ethtool,v 1.1.2.1 2005/06/21 20:10:18 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
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)