diff options
-rw-r--r-- | framework/util/makefile.pmk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/util/makefile.pmk b/framework/util/makefile.pmk index 986bb018fce8..f60ed44b2a07 100644 --- a/framework/util/makefile.pmk +++ b/framework/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2006-10-30 08:11:51 $ +# last change: $Author: ihi $ $Date: 2007-07-11 13:07:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,11 +39,7 @@ PDBTARGET= framework .INCLUDE : settings.mk -.IF "$(GUI)" != "MAC" CFLAGS+=-I..$/..$/idl -.ELSE -CFLAGS+=-I ..$/..$/idl -.ENDIF .IF "$(GUI)"=="UNX" PATH_SEPERATOR=":" |