From b673aa73e211dce3a20ffb30623a2e5c6f264978 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 29 May 2006 13:53:32 +0000 Subject: [PATCH] added missing include directory [r7818] --- testprograms/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index 35fe861ae..c6d0d2e40 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -63,7 +63,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tr \ -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana \ -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat -I$(topdir)/ir/config \ - -I$(top_srcdir)/ir/arch + -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower LDFLAGS = -L$(topdir) LDFLAGS+= @LDFLAGS@ -- 2.20.1