From f7e81eb9143de4a562fe4164ce62e310daeac688 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 5 Sep 1991 16:35:57 +0000 Subject: [PATCH] minor change --- mach/i386/ce/proto.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mach/i386/ce/proto.make b/mach/i386/ce/proto.make index ad8361b2..21dee1c5 100644 --- a/mach/i386/ce/proto.make +++ b/mach/i386/ce/proto.make @@ -2,11 +2,11 @@ #PARAMS do not remove this line! -SRC_DIR = $(SRC_HOME)/mach/i386/ce +MACH = i386 +OBJ = obj +SRC_DIR = $(SRC_HOME)/mach/$(MACH)/ce CEG = $(TARGET_HOME)/lib.bin/ceg/util -OBJ = obj -MACH = i386 all: make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)