Commit 442f6b1d authored by Alexandre Julliard's avatar Alexandre Julliard

Do not clear suffixes list (breaks BSD make).

parent 7aaabc3f
...@@ -149,8 +149,7 @@ DLLS = \ ...@@ -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 $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment