diff options
Diffstat (limited to 'bridges/test/inter_libs_exc')
-rw-r--r-- | bridges/test/inter_libs_exc/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bridges/test/inter_libs_exc/makefile.mk b/bridges/test/inter_libs_exc/makefile.mk index 8522a3e9fc91..68af3c951031 100644 --- a/bridges/test/inter_libs_exc/makefile.mk +++ b/bridges/test/inter_libs_exc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2006-11-21 15:12:41 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:49:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -83,8 +83,7 @@ OBJFILES=$(OBJ)$/inter.obj APP1TARGET=inter APP1OBJS=$(OBJ)$/inter.obj APP1STDLIBS+=\ - $(SALLIB) \ - $(LIBCIMT) + $(SALLIB) .INCLUDE : target.mk |