From fe27cfb48ac13ac5cdc0912f7561bf71494ec9a2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Nov 2000 14:36:08 +0000 Subject: 2000-11-30 Joel Sherrill * cache/Makefile.am: Removed automake warning by introducing a simple variable. --- c/src/lib/libcpu/sparc/cache/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/sparc/cache') diff --git a/c/src/lib/libcpu/sparc/cache/Makefile.am b/c/src/lib/libcpu/sparc/cache/Makefile.am index 1964bbbed6..85f014e7a5 100644 --- a/c/src/lib/libcpu/sparc/cache/Makefile.am +++ b/c/src/lib/libcpu/sparc/cache/Makefile.am @@ -19,11 +19,11 @@ include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/lib.am if has_instruction_cache -AM_CPPFLAGS += -I$(srcdir) -DHAS_INSTRUCTION_CACHE -else -AM_CPPFLAGS += -I$(srcdir) +CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE endif +AM_CPPFLAGS += -I$(srcdir) $(CACHE_DEFINE) + $(PROJECT_INCLUDE)/libcpu: $(mkinstalldirs) $@ -- cgit v1.2.3