firm_config.h needs new include directory
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:40:17 +0000 (12:40 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:40:17 +0000 (12:40 +0000)
[r7048]

ir/ident/Makefile.in

index 5601767..acd9107 100644 (file)
@@ -24,7 +24,7 @@ SOURCES += Makefile.in ident.c ident_t.h
 
 include $(topdir)/MakeRules
 
-CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common
+CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(topdir)/ir/config
 
 include $(top_srcdir)/MakeTargets