forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='. * mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='. * mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='. * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='. * shared/cache/Makefile.am: Use 'CLEANFILES ='.
This commit is contained in:
@@ -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