Do not clear suffixes list (breaks BSD make).

This commit is contained in:
Alexandre Julliard 2000-05-25 23:06:53 +00:00
parent 7aaabc3f14
commit 442f6b1df7
1 changed files with 1 additions and 2 deletions

View File

@ -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 $<