From 0a0ae153eba362fa6750d6448b7d23e8b9701ebb Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 11 Nov 2004 09:29:57 +0000 Subject: [PATCH] added path to external [r4368] --- ir/ana/Makefile.in | 2 +- ir/common/Makefile.in | 2 +- ir/debug/Makefile.in | 2 +- ir/ir/Makefile.in | 2 +- ir/opt/Makefile.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ir/ana/Makefile.in b/ir/ana/Makefile.in index 8960a60f2..44a0379c9 100644 --- a/ir/ana/Makefile.in +++ b/ir/ana/Makefile.in @@ -31,7 +31,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ - -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets diff --git a/ir/common/Makefile.in b/ir/common/Makefile.in index 3226cd6fe..9d637349c 100644 --- a/ir/common/Makefile.in +++ b/ir/common/Makefile.in @@ -28,7 +28,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \ -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \ - -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets diff --git a/ir/debug/Makefile.in b/ir/debug/Makefile.in index 95872b4ea..a0b63bb35 100644 --- a/ir/debug/Makefile.in +++ b/ir/debug/Makefile.in @@ -25,7 +25,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ana \ - -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/adt + -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 06d3c84ad..8b5253121 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -32,7 +32,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ - -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets diff --git a/ir/opt/Makefile.in b/ir/opt/Makefile.in index 90e0638d4..c0b09e41c 100644 --- a/ir/opt/Makefile.in +++ b/ir/opt/Makefile.in @@ -27,7 +27,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ - -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets -- 2.20.1