From 0937589b2f336f696276f9fefe881d66a9959f77 Mon Sep 17 00:00:00 2001 From: FIRM Projekt Account Date: Fri, 24 Mar 2006 09:37:11 +0000 Subject: [PATCH] Fixed include directory [r7520] --- firmjni/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1