2000-11-30 Joel Sherrill <joel@OARcorp.com>

* cache/Makefile.am: Removed automake warning by introducing a
	simple variable.
This commit is contained in:
Joel Sherrill
2000-11-30 14:36:08 +00:00
parent cea4bd5e51
commit fe27cfb48a
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* cache/Makefile.am: Removed automake warning by introducing a
simple variable.
2000-11-27 Joel Sherrill <joel@OARcorp.com> 2000-11-27 Joel Sherrill <joel@OARcorp.com>
* cache/cache.h: Fix reference to MC68040 and put in stubs * cache/cache.h: Fix reference to MC68040 and put in stubs

View File

@@ -19,11 +19,11 @@ include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
if has_instruction_cache if has_instruction_cache
AM_CPPFLAGS += -I$(srcdir) -DHAS_INSTRUCTION_CACHE CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE
else
AM_CPPFLAGS += -I$(srcdir)
endif endif
AM_CPPFLAGS += -I$(srcdir) $(CACHE_DEFINE)
$(PROJECT_INCLUDE)/libcpu: $(PROJECT_INCLUDE)/libcpu:
$(mkinstalldirs) $@ $(mkinstalldirs) $@