Skip to content
Snippets Groups Projects
Commit 1439f72b authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard
Browse files

Use $(AS) instead of $(CC) to compile .s files.

parent 8295c862
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ OBJS = $(C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) $(ASM_SRCS:.S=.o) \
$(CC) -c $(ALLCFLAGS) -o $*.o $<
.s.o:
$(CC) -c -o $*.o $<
$(AS) -o $*.o $<
.S.o:
$(CC) -c -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