From: ceriel Date: Tue, 6 Mar 1990 13:39:48 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~1791 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5d01fbf6b862ee93424f06d3a2cd68a0c546b8e4;p=ack.git fixed typo --- diff --git a/util/ceg/util/make_ceg_as b/util/ceg/util/make_ceg_as index 54772348b..60b50f774 100644 --- a/util/ceg/util/make_ceg_as +++ b/util/ceg/util/make_ceg_as @@ -26,6 +26,6 @@ ceg/ceg: ceg/as_lib.a ceg/as_lib.a: -mkdir ceg - ce ceg ; cp $(CEG)/util/make_ceg_as Makefile ; cd .. + cd ceg ; cp $(CEG)/util/make_ceg_as Makefile ; cd .. cd ceg ; cp $(ASMAIN)/* . ; $(CC) -c $(CFLAGS) *.c; $(AR) r as_lib.a *.o ; cd .. -sh -c 'ranlib ceg/as_lib.a'