forked from Imagelibrary/rtems
2002-11-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
This commit is contained in:
@@ -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>
|
2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
|
* mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ $(PROJECT_INCLUDE)/libcpu:
|
|||||||
$(PROJECT_INCLUDE)/libcpu/%.h: include/%.h
|
$(PROJECT_INCLUDE)/libcpu/%.h: include/%.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
|
||||||
$(include_mips_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
|
$(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/subdirs.am
|
||||||
include $(top_srcdir)/../../../../../automake/local.am
|
include $(top_srcdir)/../../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user