Improved installation mechanism
authorceriel <none@none>
Mon, 7 Sep 1992 13:21:34 +0000 (13:21 +0000)
committerceriel <none@none>
Mon, 7 Sep 1992 13:21:34 +0000 (13:21 +0000)
mach/proto/libg/proto.libmon
mach/proto/libg/proto.libsys

index 6cf44a2..d5caaf1 100644 (file)
@@ -17,7 +17,7 @@ libmon:               $(SRC_DIR)/libmon_s.a
                if [ $(SUF) = o ] ; then march $(SRC_DIR) libmon $(SRC_HOME)/mach/proto/libg/compmodule ; else cp $(SRC_DIR)/libmon_s.a libmon ; fi
 
 head:          $(SRC_DIR)/head_em.s
-               if [ $(SUF) = o ] ; then $(MACH) -c $(MACHFL) $(SRC_DIR)/head_em.s ; else cp $(SRC_DIR)/head_em.s head_em.s ; fi
+               $(MACH) -c.$(SUF) $(MACHFL) $(SRC_DIR)/head_em.s
                mv head_em.$(SUF) head
 
 install:       all
index b8b8f2b..c7c645c 100644 (file)
@@ -17,7 +17,7 @@ libmon:               $(SRC_DIR)/libmon_s.a
                if [ $(SUF) = o ] ; then march $(SRC_DIR) libmon $(SRC_HOME)/mach/proto/libg/compmodule ; else cp $(SRC_DIR)/libmon_s.a libmon ; fi
 
 head:          $(SRC_DIR)/head_em.s
-               if [ $(SUF) = o ] ; then $(MACH) -c $(MACHFL) -I$(SRC_DIR) -I$(TARGET_HOME)/h $(SRC_DIR)/head_em.s ; else cp $(SRC_DIR)/head_em.s head_em.s ; fi
+               $(MACH) -c.$(SUF) $(MACHFL) -I$(SRC_DIR) -I$(TARGET_HOME)/h $(SRC_DIR)/head_em.s
                mv head_em.$(SUF) head
 
 install:       all