From: keie Date: Thu, 25 Oct 1984 14:22:53 +0000 (+0000) Subject: Altered the installation procedure. X-Git-Tag: release-5-5~6023 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=86d96452a32229b1a3522a809fe41869b26d2723;p=ack.git Altered the installation procedure. The libraries etc. are now installed in lib/m68k2 using install in ../.. --- diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index ad7037a2a..5854a9875 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -1,10 +1,8 @@ -LIBDIR=../lib install: - rm -f $(LIBDIR)/head_em $(LIBDIR)/tail_em.rt $(LIBDIR)/tail_em.vend - ln head_em.s $(LIBDIR)/head_em - ln libem_s.a $(LIBDIR)/tail_em.rt - ln libem_s.vend.a $(LIBDIR)/tail_em.vend - + ln head_em.s head_em ; ../../install head_em ; rm head_em + ln libem_s.a tail_em.rt ; ../../install tail_em.rt ; rm tail_em.rt + ln libem_s.vend.a tail_em.vend ; ../../install tail_em.vend ;\ + rm tail_em.vend clean :