Skip to content
Snippets Groups Projects
Commit 442f6b1d authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Do not clear suffixes list (breaks BSD make).

parent 7aaabc3f
No related branches found
No related tags found
No related merge requests found
......@@ -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 $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment