commit | 1c3a242ec2c468725a061aaa9da095ab5358ad58 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Fri Nov 09 19:15:51 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 09 19:15:51 2001 +0000 |
tree | 6328a95792381b90383842d42647e305aac8241b | |
parent | 9f3cdd19bc0f84588c83434a04cc15d0cedacf26 [diff] [blame] |
Make out-of-source-tree builds work with Solaris make.
diff --git a/Make.rules.in b/Make.rules.in index 6f11049..8c9cab2 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -98,13 +98,13 @@ .SUFFIXES: .mc .rc .mc.rc .res .spec .spec.c .glue.c .c.o: - $(CC) -c $(ALLCFLAGS) -o $*.o $< + $(CC) -c $(ALLCFLAGS) -o $@ $< .s.o: - $(AS) -o $*.o $< + $(AS) -o $@ $< .S.o: - $(CC) -c -o $*.o $< + $(CC) -c -o $@ $< .mc.mc.rc: $(LDPATH) $(WMC) -i -H /dev/null -o $@ $<