forked from Imagelibrary/rtems
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* cache/Makefile.am: Removed automake warning by introducing a simple variable.
This commit is contained in:
@@ -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>
|
||||
|
||||
* cache/cache.h: Fix reference to MC68040 and put in stubs
|
||||
|
||||
6
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
6
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
@@ -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) $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user