From: ceriel Date: Mon, 20 Feb 1989 15:25:27 +0000 (+0000) Subject: fixed; did not work because there was no dependency on as_lib.a X-Git-Tag: release-5-5~2569 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c096cc65223308735a90544211582468e70ba5a6;p=ack.git fixed; did not work because there was no dependency on as_lib.a --- diff --git a/util/ceg/util/make_own b/util/ceg/util/make_own index 8e8ce7c3f..62824f2ab 100644 --- a/util/ceg/util/make_own +++ b/util/ceg/util/make_own @@ -58,7 +58,7 @@ ceg/as_lib.a: cd ceg; cp $(ASMAIN)/* . ; touch dummy ; $(CC) -c $(IFILES) *.c; $(AR) r as_lib.a *.o ; cd .. -sh -c 'ranlib ceg/as_lib.a' -ceg/ceg : ceg/assemble.o ceg/as_instr.o ceg/eval_as.o # $(Em)/em_parser +ceg/ceg : ceg/as_lib.a ceg/assemble.o ceg/as_instr.o ceg/eval_as.o cd ceg ; $(CC) -o ceg $(Em)/*.o assemble.o as_instr.o eval_as.o as_lib.a $(CEG_LIBS) $(LEXLIB) ; cd .. ceg/assemble.o : as.h ceg/assemble.c ceg/dummy