summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 23:45:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 23:45:33 +0000
commit45f70bf4d5d40dcbbe4185f4942fdeab2eafd96e (patch)
treedc78640a9b3e44ec21219ae799646cd2773a3ed4 /cpukit
parent2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-45f70bf4d5d40dcbbe4185f4942fdeab2eafd96e.tar.bz2
Rebuild preinstallation rules
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/c4x/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpukit/score/cpu/c4x/Makefile.am b/cpukit/score/cpu/c4x/Makefile.am
index bbd17062b8..50668ba9b2 100644
--- a/cpukit/score/cpu/c4x/Makefile.am
+++ b/cpukit/score/cpu/c4x/Makefile.am
@@ -32,11 +32,6 @@ all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
PREINSTALL_DIRS =
PREINSTALL_FILES =
-$(PROJECT_INCLUDE)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)
- @: > $(PROJECT_INCLUDE)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
-
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
@@ -46,9 +41,14 @@ $(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
-$(PROJECT_INCLUDE)/c4xio.h: c4xio.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/c4xio.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/c4xio.h
+$(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/c4x
+ @: > $(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp)
+
+$(PROJECT_INCLUDE)/rtems/c4x/c4xio.h: c4xio.h $(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/c4x/c4xio.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/c4x/c4xio.h
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score