From: ceriel Date: Mon, 7 Sep 1992 13:21:34 +0000 (+0000) Subject: Improved installation mechanism X-Git-Tag: release-5-5~398 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0299ae9ad01658819d9e4180d8f72f1853daaa89;p=ack.git Improved installation mechanism --- diff --git a/mach/proto/libg/proto.libmon b/mach/proto/libg/proto.libmon index 6cf44a27f..d5caaf15c 100644 --- a/mach/proto/libg/proto.libmon +++ b/mach/proto/libg/proto.libmon @@ -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 diff --git a/mach/proto/libg/proto.libsys b/mach/proto/libg/proto.libsys index b8b8f2b69..c7c645c1e 100644 --- a/mach/proto/libg/proto.libsys +++ b/mach/proto/libg/proto.libsys @@ -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