remove rules for genassym.c, it's no longer pertinent
This commit is contained in:
parent
0e8ae0e54a
commit
9cdf00b4bb
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.alpha,v 1.59 2000/11/29 12:55:11 jdolecek Exp $
|
# $NetBSD: Makefile.alpha,v 1.60 2000/11/29 13:02:51 jdolecek Exp $
|
||||||
|
|
||||||
# Makefile for NetBSD
|
# Makefile for NetBSD
|
||||||
#
|
#
|
||||||
@ -121,13 +121,6 @@ assym.h: $S/kern/genassym.sh ${ALPHA}/alpha/genassym.cf
|
|||||||
< ${ALPHA}/alpha/genassym.cf > assym.h.tmp && \
|
< ${ALPHA}/alpha/genassym.cf > assym.h.tmp && \
|
||||||
mv -f assym.h.tmp assym.h
|
mv -f assym.h.tmp assym.h
|
||||||
|
|
||||||
# The above rule lists genassym.o as a prerequisite so that the
|
|
||||||
# generated .depend rule is effective, even though we actually
|
|
||||||
# use genassym.s instead. This always creates both.
|
|
||||||
genassym.o: ${ALPHA}/alpha/genassym.c
|
|
||||||
${CC} ${CPPFLAGS} -S $<
|
|
||||||
${CC} -c $*.s
|
|
||||||
|
|
||||||
param.c: $S/conf/param.c
|
param.c: $S/conf/param.c
|
||||||
rm -f param.c
|
rm -f param.c
|
||||||
cp $S/conf/param.c .
|
cp $S/conf/param.c .
|
||||||
@ -183,7 +176,6 @@ depend: .depend
|
|||||||
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||||
test -z "${SFILES}" || \
|
test -z "${SFILES}" || \
|
||||||
${MKDEP} -a -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} ${SFILES}
|
${MKDEP} -a -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} ${SFILES}
|
||||||
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} ${ALPHA}/alpha/genassym.c
|
|
||||||
|
|
||||||
dependall: depend all
|
dependall: depend all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user