fixed typo
authorceriel <none@none>
Tue, 6 Mar 1990 13:39:48 +0000 (13:39 +0000)
committerceriel <none@none>
Tue, 6 Mar 1990 13:39:48 +0000 (13:39 +0000)
util/ceg/util/make_ceg_as

index 5477234..60b50f7 100644 (file)
@@ -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'