forked from Imagelibrary/rtems
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/Makefile.am: Fix typo in rule to build from cache/%.c.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* shared/Makefile.am: Fix typo in rule to build from cache/%.c.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* shared/cache/Makefile.am: Remove.
|
* shared/cache/Makefile.am: Remove.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
|
|
||||||
cache_C_FILES = cache/cache.c
|
cache_C_FILES = cache/cache.c
|
||||||
EXTRA_DIST += $(cache_C_FILES)
|
EXTRA_DIST += $(cache_C_FILES)
|
||||||
cache_OBJECTS = $(cache_C_FILES:cache/%.c:cache/$(ARCH)/%.$(OBJEXT))
|
cache_OBJECTS = $(cache_C_FILES:cache/%.c=cache/$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
common_C_FILES = ../../shared/src/cache_aligned_malloc.c
|
common_C_FILES = ../../shared/src/cache_aligned_malloc.c
|
||||||
common_C_FILES += ../../shared/src/cache_manager.c
|
common_C_FILES += ../../shared/src/cache_manager.c
|
||||||
|
|||||||
Reference in New Issue
Block a user