X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fmake;h=5650230f9353368b8ea03db5d1bee21a8555e3e9;hp=3a3c18a80fc36cc51ed7740c85fd062e100d876a;hb=d22294fa7e70fa6eb907239ba00c2a0c7ae1863d;hpb=4dab22a146972e62241bfe41cd054717fed33401 diff --git a/lfs/make b/lfs/make index 3a3c18a80..5650230f9 100644 --- a/lfs/make +++ b/lfs/make @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 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 # @@ -49,6 +49,10 @@ else EXTRA_INSTALL = endif +ifeq "$(PASS)" "1" + CFLAGS = +endif + ############################################################################### # Top-level Rules ###############################################################################