forked from Imagelibrary/rtems
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|||||||
3
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
3
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
@@ -33,9 +33,8 @@ EXTRA_DIST = cache.c cache_.h
|
|||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
$(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
|
|||||||
Reference in New Issue
Block a user