From 3050704fa5fc57ee669063307d273dcedaf2f28a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 May 2000 17:16:37 +0000 Subject: [PATCH] Corrected old-style usage of TARGET_ARCH. --- make/compilers/gcc-no_bsp.cfg | 4 ++-- make/compilers/gcc-portsw.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg index 02997de16b..63f9187020 100644 --- a/make/compilers/gcc-no_bsp.cfg +++ b/make/compilers/gcc-no_bsp.cfg @@ -207,10 +207,10 @@ ${ARCH}/%: %.sh $(CHMOD) +x $@ # Dependency files for use by gmake -# NOTE: we don't put in $(TARGET_ARCH) +# NOTE: we don't put them into $(ARCH) # so that 'make clean' doesn't blow it away -DEPEND=Depends-$(TARGET_ARCH:o-%=%) +DEPEND=Depends-${ARCH} CLEAN_DEPEND=$(DEPEND).tmp CLOBBER_DEPEND=$(DEPEND) diff --git a/make/compilers/gcc-portsw.cfg b/make/compilers/gcc-portsw.cfg index bc6870f3b7..ddcec0ed0e 100644 --- a/make/compilers/gcc-portsw.cfg +++ b/make/compilers/gcc-portsw.cfg @@ -194,10 +194,10 @@ ${ARCH}/%: %.sh $(CHMOD) -f g+w $@ # Dependency files for use by gmake -# NOTE: we don't put in $(TARGET_ARCH) +# NOTE: we don't put them into $(ARCH) # so that 'make clean' doesn't blow it away -DEPEND=Depends-$(TARGET_ARCH:o-%=%) +DEPEND=Depends-${ARCH} CLEAN_DEPEND=$(DEPEND).tmp CLOBBER_DEPEND=$(DEPEND)