From 79ccea29cfa6f22f7ffdcdc4b32d61f797c59620 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 30 Mar 2005 09:04:29 +0000 Subject: [PATCH] added arch directory [r5489] --- testprograms/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index 0ba00f56a..902fd5663 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -62,7 +62,8 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug \ -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/opt -I$(top_srcdir)/ir/stat -I$(topdir)/ir/config \ + -I$(top_srcdir)/ir/arch LDFLAGS = -L$(topdir) LDFLAGS+= @LDFLAGS@ -- 2.20.1