Remove OCC_LIBS from LDFLAGS

This commit is contained in:
jrt 2003-09-04 07:21:42 +00:00
parent 2d46bce298
commit 9227e93063

View File

@ -26,7 +26,7 @@ LIB_SERVER_IDL =
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
LDFLAGS += $(OCC_LIBS) -lg2c
LDFLAGS += -lg2c
@CONCLUDE@