Improved installation mechanism

This commit is contained in:
ceriel 1992-09-07 13:21:34 +00:00
parent cf32c08fd9
commit 0299ae9ad0
2 changed files with 2 additions and 2 deletions

View 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

View 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