used new new_type_frame() to generate frame types
[libfirm] / ir / arch / Makefile.in
index 4a019f3..e5fecfe 100644 (file)
@@ -20,7 +20,7 @@ INSTALL_HEADERS = modeconv.h archop.h
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               modeconv.c archop.c
+               archop.c # modeconv.c
 
 include $(topdir)/MakeRules
 
@@ -28,7 +28,7 @@ CPPFLAGS +=   -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir   -I$(top_srcdir)/ir
                -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/arch  -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \
-               -I$(top_srcdir)/ir/config
+               -I$(topdir)/ir/config
 
 include $(top_srcdir)/MakeTargets