Makefile
changeset 15 0b472e25eb16
parent 0 fb772792efd1
child 40 873a5b60a7ea
--- a/Makefile	Mon Feb 12 14:06:59 2007 +0100
+++ b/Makefile	Wed Feb 14 19:57:01 2007 +0100
@@ -38,7 +38,7 @@
 
 
 LIBS  = absyntax/absyntax.o absyntax/visitor.o
-LIBS += stage1_2/iec.y.o stage1_2/iec.flex.o
+LIBS += stage1_2/stage1_2.o stage1_2/iec.y.o stage1_2/iec.flex.o 
 
 iec2cc: main.o stage4/generate_cc/generate_cc.o stage4/stage4.o $(LIBS)
 	$(CXX) -o iec2cc main.o stage4/stage4.o stage4/generate_cc/generate_cc.o $(LIBS)