X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fethtool;h=d0476328fe3998d901e892735f11a441e5271849;hp=99d89b369ec773dd2f3de48d2d3764fc1753f698;hb=7b9e5f10cc3982177abffece56f14a7149d82e60;hpb=c8ead4a543859582497e107173c650cec4203d4f diff --git a/lfs/ethtool b/lfs/ethtool index 99d89b369e..d0476328fe 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -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: 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)