diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/typesconfig/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/typesconfig/makefile.mk b/sal/typesconfig/makefile.mk index 6821d4b8eb6b..1ff5f109f3c8 100644 --- a/sal/typesconfig/makefile.mk +++ b/sal/typesconfig/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:49:34 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:05:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,9 @@ LIBSALCPPRT=$(0) .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- APP1TARGET= $(TARGET) |