defs.mk: Remove -lg++ to make it compile on SuSE 9.1

This commit is contained in:
Jan Lindemann 2004-11-27 16:49:42 +00:00 committed by Jan Lindemann
commit c42e2b04cd

View file

@ -175,7 +175,7 @@ LDFLAGS += -L/usr/X11/lib -lXext -lX11
endif
ifeq ($(GCC_MAJOR),2)
LPPFLAGS += -lg++ -lstdc++
LPPFLAGS += -lstdc++
DEPEND_CPPFLAGS += -I/usr/include/g++ -I/usr/local/include
else
LPPFLAGS += -L/usr/local/gcc3.3/lib -lstdc++ -lgcc_s