Fixed the format of the SUFFIX makefile command.
This commit is contained in:
parent
f0533e0f5b
commit
0b492d3180
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
#
|
||||
###############################################################
|
||||
|
||||
SUFFIXES=
|
||||
SUFFIXES= .cpp .d .o .dh .h .h.gch
|
||||
.SUFFIXES :
|
||||
.SUFFIXES : .cpp .d .o .dh .h .h.gch
|
||||
|
||||
OBJDIR = .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue