forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='. * shared/cache/Makefile.am: Use 'CLEANFILES ='.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* shared/cache/Makefile.am: Use 'CLEANFILES ='.
|
||||
|
||||
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
|
||||
|
||||
@@ -31,12 +31,12 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h
|
||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
cp $< $@
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
|
||||
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
|
||||
CLEANFILES += cache.h
|
||||
CLEANFILES = cache.h
|
||||
|
||||
EXTRA_DIST = cache.c cache_.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user