made code C89 compliant (changed unnamed union in attributes)
[libfirm] / ir / be / Makefile.in
index 76a661f..0d562d8 100644 (file)
@@ -35,8 +35,8 @@ include $(topdir)/MakeRules
 CPPFLAGS +=    -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
                -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
                -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
-               -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \
-               -I$(topdir)/ir/config
+               -I$(top_srcdir)/ir/stat  -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \
+               -I$(top_srcdir)/ir/opt   -I$(topdir)/ir/config
 
 include $(top_srcdir)/MakeTargets