From 3ffcd229da28395c92ee3b71e92c777e4318a346 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 9 Aug 2003 09:36:05 +0000 Subject: 2003-08-09 Ralf Corsepius * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score. --- c/src/lib/libcpu/sh/sh7045/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/lib/libcpu/sh/sh7045/Makefile.am') diff --git a/c/src/lib/libcpu/sh/sh7045/Makefile.am b/c/src/lib/libcpu/sh/sh7045/Makefile.am index f7dd968aed..20ff52133b 100644 --- a/c/src/lib/libcpu/sh/sh7045/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7045/Makefile.am @@ -22,11 +22,15 @@ $(PROJECT_INCLUDE)/sh: $(PROJECT_INCLUDE)/sh/%.h: include/%.h $(INSTALL_DATA) $< $@ +$(PROJECT_INCLUDE)/rtems/score: + $(mkinstalldirs) $@ + $(PROJECT_INCLUDE)/rtems/score/%.h: include/%.h $(INSTALL_DATA) $< $@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/sh \ $(include_sh_HEADERS:include/%=$(PROJECT_INCLUDE)/sh/%) \ + $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:include/%=$(PROJECT_INCLUDE)/rtems/score/%) # clock -- cgit v1.2.3