From 3beb06c1a22aaf0fa3b8841f4e0ebc5a40213389 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 1998 17:55:14 +0000 Subject: Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T} construction to specify the work directory here. --- mbone/vat/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mbone') diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 02476bf7c76..58b424c5505 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -14,11 +14,7 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.ORG GSM_DIR= ${PORTSDIR}/audio/gsm -.if defined(OBJMACHINE) -GSM_WORK= ${GSM_DIR}/work.${ARCH}/gsm-1.0-pl10 -.else -GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10 -.endif +GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. -- cgit v1.2.3