From b79277c2518f69646dfecf23a13e818a100ca8df Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 23 Feb 2005 15:26:06 +0000 Subject: [PATCH] bugfixes [r5207] --- testprograms/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index a6ec133aa..0ba00f56a 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -23,7 +23,6 @@ DIFF ?= diff -c0 REF_DIR = $(srcdir)/ref-results SOURCES := Makefile.in \ - tarval_test.c \ array-heap_example.c \ array-stack_example.c \ call_str_example.c \ @@ -63,7 +62,7 @@ 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$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat -I$(topdir)/ir/config LDFLAGS = -L$(topdir) LDFLAGS+= @LDFLAGS@ -- 2.20.1