From a3bf2f08303c96997ba5b40e6feec193a4c54717 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 11 Oct 1989 14:21:37 +0000 Subject: [PATCH] use EMHOME instead of ../../.. --- mach/sun3/libce/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mach/sun3/libce/Makefile b/mach/sun3/libce/Makefile index ca33a7c5..09260da7 100644 --- a/mach/sun3/libce/Makefile +++ b/mach/sun3/libce/Makefile @@ -1,5 +1,7 @@ # $Header$ +EMHOME=../../.. + EMOBJ = aar.o cii.o cmi.o cms.o cmu.o csa.o csb.o cuu.o dia.o exg.o fat.o \ inn.o lar.o los.o mon.o nop.o sar.o set.o shp.o sts.o trp.o trpstr.o @@ -30,5 +32,5 @@ pr: opr: -$(EMOBJ): ../../../lib/m68020/tail_em - aal x ../../../lib/m68020/tail_em $(EMOBJ) +$(EMOBJ): $(EMHOME)/lib/m68020/tail_em + aal x $(EMHOME)/lib/m68020/tail_em $(EMOBJ)