diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-20 21:51:50 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-20 21:51:50 +0000 |
commit | f8fe542dd170b781d7246f2c29a9376d459c4f60 (patch) | |
tree | 30bf6b0ed481f6eb32d7dd6ae83d6c129418ba3c | |
parent | 1f29596d6b4f9f9ca96904222a4d235a8816472f (diff) |
powerpc port does not use genassym.c anymore, do not attempt to
create dependancies on it.
-rw-r--r-- | sys/arch/powerpc/conf/Makefile.powerpc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/Makefile.powerpc b/sys/arch/powerpc/conf/Makefile.powerpc index 8b0f21e5488..e56fa79cc15 100644 --- a/sys/arch/powerpc/conf/Makefile.powerpc +++ b/sys/arch/powerpc/conf/Makefile.powerpc @@ -160,8 +160,6 @@ depend:: .depend .if ${SFILES} != "" ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} .endif - ${MKDEP} -a ${HOSTED_CFLAGS} ${HOSTED_CPPFLAGS} \ - ${PPC}/powerpc/genassym.c # depend on root or device configuration autoconf.o conf.o: Makefile |