Delete special rules for syscall.S; they are not needed, and one of them

is wrong anyway.
This commit is contained in:
mycroft 1994-01-07 16:36:45 +00:00
parent 66b967af30
commit abeb62670e

View File

@ -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