Delete special rules for syscall.S; they are not needed, and one of them
is wrong anyway.
This commit is contained in:
parent
66b967af30
commit
abeb62670e
@ -2,17 +2,3 @@
|
||||
.PATH: ${.CURDIR}/arch/${MACHINE}
|
||||
|
||||
SRCS+= machdep.c syscall.S
|
||||
|
||||
# Necessary until someone puts gas-2.1.1 into the release.
|
||||
syscall.o: syscall.S
|
||||
cpp ${CPPFLAGS} ${.CURDIR}/arch/${MACHINE}/syscall.S | as
|
||||
mv a.out syscall.o
|
||||
|
||||
syscall.so: syscall.S
|
||||
cpp -DPIC ${CPPFLAGS} ${.CURDIR}/arch/${MACHINE}/syscall.S | as
|
||||
mv a.out syscall.so
|
||||
|
||||
syscall.po: syscall.S
|
||||
cpp -DPROFILED ${CPPFLAGS} ${.CURDIR}/arch/${MACHINE}/syscall.S | as
|
||||
mv a.out syscall.po
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user