From 869ba1ec9e6496913a3aaee935dd691b35a66e8d Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jun 1989 11:27:36 +0000 Subject: [PATCH] use make_asobj --- mach/m68020/ce/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mach/m68020/ce/Makefile b/mach/m68020/ce/Makefile index 3679439df..b08bc0fda 100644 --- a/mach/m68020/ce/Makefile +++ b/mach/m68020/ce/Makefile @@ -1,14 +1,15 @@ EMHOME = ../../.. CEG = $(EMHOME)/lib/ceg/util +OBJ = obj all: - make -f $(CEG)/make_obj + make -f $(CEG)/make_asobj "OBJ="$(OBJ) install: - make -f $(CEG)/make_obj install + make -f $(CEG)/make_asobj "OBJ="$(OBJ) install cmp: - -make -f $(CEG)/make_obj cmp + -make -f $(CEG)/make_asobj "OBJ="$(OBJ) cmp pr: @pr Makefile EM_table mach.h mach.c as_table as.h as.c @@ -18,8 +19,8 @@ opr: # total cleanup clean: - make -f $(CEG)/make_obj clean + make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean # only remove ce, ceg, and back directories dclean: - make -f $(CEG)/make_obj dclean + make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean -- 2.34.1