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:
Joel Sherrill
2001-09-27 19:45:21 +00:00
parent 563acb1e8b
commit dc2014fe98
5 changed files with 13 additions and 5 deletions

View File

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