diff options
-rw-r--r-- | sal/util/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index d5f66b702e30..f64918f61bf5 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: vg $ $Date: 2006-04-07 08:07:35 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:05:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,9 @@ UNIXVERSIONNAMES=UDK .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + .IF "$(depend)" == "" # --- Files -------------------------------------------------------- |