minor change
authorceriel <none@none>
Thu, 5 Sep 1991 16:35:57 +0000 (16:35 +0000)
committerceriel <none@none>
Thu, 5 Sep 1991 16:35:57 +0000 (16:35 +0000)
mach/i386/ce/proto.make

index ad8361b..21dee1c 100644 (file)
@@ -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)