No need to create opt_ah.h in these makefiles, config(8) takes care

of it.
This commit is contained in:
dyoung 2005-10-19 09:01:27 +00:00
parent 3ad2320789
commit fde2c4b7ca
2 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.i386,v 1.139 2005/06/22 06:14:51 dyoung Exp $
# $NetBSD: Makefile.i386,v 1.140 2005/10/19 09:01:27 dyoung Exp $
# Makefile for NetBSD
#
@ -118,9 +118,6 @@ ATH_UUDEC?= @${_MKSHMSG} "uudecode ${.CURDIR:T}/${.TARGET}"; \
${UUDECODE} -p $> > ${.TARGET}
athhal-i386-elf.hal.o: athhal-i386-elf.hal.o.uue
${ATH_UUDEC}
all depend: opt_ah.h
opt_ah.h: athhal-i386-elf.opt_ah.h
ln -s ${.ALLSRC} ${.TARGET}
.endif
##

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.macppc,v 1.22 2005/06/25 22:08:54 dyoung Exp $
# $NetBSD: Makefile.macppc,v 1.23 2005/10/19 09:01:27 dyoung Exp $
#
# Makefile for NetBSD
#
@ -133,9 +133,6 @@ ATH_UUDEC?= @${_MKSHMSG} "uudecode ${.CURDIR:T}/${.TARGET}"; \
${UUDECODE} -p $> > ${.TARGET}
athhal-powerpc-be-eabi.hal.o: athhal-powerpc-be-eabi.hal.o.uue
${ATH_UUDEC}
all depend: opt_ah.h
opt_ah.h: athhal-powerpc-be-eabi.opt_ah.h
ln -s ${.ALLSRC} ${.TARGET}
.endif
##