From: FIRM Projekt Account Date: Fri, 24 Mar 2006 09:37:11 +0000 (+0000) Subject: Fixed include directory X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0937589b2f336f696276f9fefe881d66a9959f77;p=libfirm Fixed include directory [r7520] --- diff --git a/firmjni/Makefile.in b/firmjni/Makefile.in index e933529af..70289bb6b 100644 --- a/firmjni/Makefile.in +++ b/firmjni/Makefile.in @@ -51,7 +51,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/debug \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt \ -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/stat \ - -I$(top_srcdir)/ir/arch -I$(topdir)/ir/lower \ + -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower \ -I$(topdir)/ir/config \ -I$(topdir)