wmake rules: Remove dependency on libiberty which is no longer needed

This commit is contained in:
Henry
2011-03-07 12:57:41 +00:00
parent 9fcd3dd216
commit 1d69807a3a
19 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
CPP = /usr/lib/cpp -undef
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -lnsl -lsocket -L$(FOAM_LIBBIN)/dummy -lPstream
PROJECT_LIBS = -l$(WM_PROJECT) -lnsl -lsocket -L$(FOAM_LIBBIN)/dummy -lPstream
include $(GENERAL_RULES)/standard