Do not clear suffixes list (breaks BSD make).
This commit is contained in:
parent
7aaabc3f14
commit
442f6b1df7
|
@ -149,8 +149,7 @@ DLLS = \
|
|||
|
||||
# Implicit rules
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c $(SUFFIXES)
|
||||
.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(ALLCFLAGS) -o $*.o $<
|
||||
|
|
Loading…
Reference in New Issue