Added missing -p flag
This commit is contained in:
parent
4259e54eca
commit
6259fbf0d0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
CPP = /lib/cpp $(GFLAGS)
|
CPP = cpp -P $(GFLAGS)
|
||||||
LD = ld
|
LD = ld
|
||||||
|
|
||||||
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
||||||
|
|
Reference in a new issue