fixed; did not work because there was no dependency on as_lib.a
authorceriel <none@none>
Mon, 20 Feb 1989 15:25:27 +0000 (15:25 +0000)
committerceriel <none@none>
Mon, 20 Feb 1989 15:25:27 +0000 (15:25 +0000)
util/ceg/util/make_own

index 8e8ce7c..62824f2 100644 (file)
@@ -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