Parcourir la source

Fixed Makefile

ceriel il y a 33 ans
Parent
commit
55cde2572f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      util/ceg/as_parser/Makefile

+ 2 - 1
util/ceg/as_parser/Makefile

@@ -17,7 +17,8 @@ LEXLIB = -ll
 
 all:	as_parser eval/eval
 
-as_parser:	dummy $(OFILES)
+as_parser:	dummy
+	make $(OFILES)
 	$(CC) -o as_parser $(OFILES) $(LIBS) $(LEXLIB)
 
 eval/eval: