Makefile: Fixed the preprocessor dependencies
This commit is contained in:
parent
8983357421
commit
f0f42563e6
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ checkother.o: checkother.cpp checkother.h tokenize.h settings.h errorlogger.h to
|
|||
g++ $(CFLAGS) -c $*.cpp
|
||||
filelister.o: filelister.cpp filelister.h
|
||||
g++ $(CFLAGS) -c $*.cpp
|
||||
preprocessor.o: preprocessor.cpp preprocessor.h errorlogger.h
|
||||
preprocessor.o: preprocessor.cpp preprocessor.h errorlogger.h token.h tokenize.h
|
||||
g++ $(CFLAGS) -c $*.cpp
|
||||
settings.o: settings.cpp settings.h
|
||||
g++ $(CFLAGS) -c $*.cpp
|
||||
|
|
Loading…
Reference in New Issue