2002-11-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
This commit is contained in:
Ralf Corsepius
2002-11-03 04:54:32 +00:00
parent 76b6085f0a
commit 99c79c3dcc
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-11-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.

View File

@@ -15,10 +15,10 @@ $(PROJECT_INCLUDE)/libcpu:
$(PROJECT_INCLUDE)/libcpu/%.h: include/%.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(include_mips_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
all-local: $(TMPINSTALL_FILES)
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am