X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsysfsutils;h=6da94cfecabd630fe93e6c934ed088b42e49db72;hb=35cdc506b06ed2e5fc8f7ad7fe57239eaadbda58;hp=4980f5e178f2f71e7eb2d864ea5ae62d97494c2f;hpb=79117dc15f51f12163f061e222bb02d77fa9b06d;p=ipfire-2.x.git diff --git a/lfs/sysfsutils b/lfs/sysfsutils index 4980f5e178..6da94cfeca 100644 --- a/lfs/sysfsutils +++ b/lfs/sysfsutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -71,6 +71,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix="" cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install