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:
Ralf Corsepius
2003-12-17 06:08:25 +00:00
parent b4a45137bf
commit 013b750f88
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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