From 2cb8aae4385944261973104a9db8c50aff77a29d Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 23 Oct 1984 15:29:53 +0000 Subject: [PATCH] *** empty log message *** --- mach/6500/dl/Makefile | 19 +++++++++++++++++++ mach/6500/libem/Makefile | 8 ++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 mach/6500/dl/Makefile diff --git a/mach/6500/dl/Makefile b/mach/6500/dl/Makefile new file mode 100644 index 000000000..198cae5dc --- /dev/null +++ b/mach/6500/dl/Makefile @@ -0,0 +1,19 @@ +CFLAGS=-O + +dl: dl.o + cc -o dl -n dl.o + +install: dl + ../../install dl + +cmp: dl + -../../compare dl + +opr: + make pr | opr + +pr: + @pr `pwd`/dl.c + +clean: + -rm -f *.o *.old dl diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index 2806a0b6a..348ef2479 100644 --- a/mach/6500/libem/Makefile +++ b/mach/6500/libem/Makefile @@ -1,3 +1,7 @@ all: - cp head.s ../lib/em_head - cp e.a ../lib/em_tail + cp head.s em_head + ../../install em_head + rm -f em_head + cp e.a em_tail + -../../compare em_tail + rm -f em_head em_tail -- 2.34.1