From 53a895846c4e76c6f5677e33bba0d16c5f4c5d68 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 12 Dec 2003 13:39:43 +0000 Subject: 2003-12-12 Ralf Corsepius * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/Makefile.am | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index 68e4e73a8c..58ff743985 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,7 @@ +2003-12-12 Ralf Corsepius + + * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. + 2003-11-30 Ralf Corsepius * Makefile.am: Add $(dirstamp) to compilation rules. diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index f58b1e38b5..d09c020ce5 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -167,9 +167,8 @@ all-local: $(PREINSTALL_FILES) $(LIB) PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems + @$(mkdir_p) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/debug.h @@ -184,9 +183,8 @@ $(PROJECT_INCLUDE)/rtems/seterr.h: include/rtems/seterr.h $(PROJECT_INCLUDE)/rte PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/seterr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score + @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.h -- cgit v1.2.3