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 = cpp -traditional-cpp $(GFLAGS)
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
include $(GENERAL_RULES)/standard