When dubiously reprogramming .SUFFIXES, don't screw up the order of .S
relative to .s. This fixes wrong sources being preferred after "gcc -save-temps" creates .s files from .S files.
This commit is contained in:
parent
129e169651
commit
a8e97da092
@ -59,7 +59,7 @@ STRIP?= -s
|
||||
# prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
|
||||
# .So used for PIC object files
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .out .o .po .So .s .S .c .cc .cpp .cxx .m .C .f .y .l
|
||||
.SUFFIXES: .out .o .po .So .S .s .c .cc .cpp .cxx .m .C .f .y .l
|
||||
|
||||
.c.o:
|
||||
${CC} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user