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

View file

@ -149,8 +149,7 @@ DLLS = \
# Implicit rules # Implicit rules
.SUFFIXES: .SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c
.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c $(SUFFIXES)
.c.o: .c.o:
$(CC) -c $(ALLCFLAGS) -o $*.o $< $(CC) -c $(ALLCFLAGS) -o $*.o $<