From a5385b1f729cf671f458c0b2128a0d64b0c307a6 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Thu, 20 Mar 2014 09:22:00 +0100 Subject: score: Unify pthread and gxx_wrapper once and move to score. --- cpukit/score/preinstall.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/score/preinstall.am') diff --git a/cpukit/score/preinstall.am b/cpukit/score/preinstall.am index bb6508c7d3..68ded43c0b 100644 --- a/cpukit/score/preinstall.am +++ b/cpukit/score/preinstall.am @@ -147,6 +147,10 @@ $(PROJECT_INCLUDE)/rtems/score/objectimpl.h: include/rtems/score/objectimpl.h $( $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/objectimpl.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/objectimpl.h +$(PROJECT_INCLUDE)/rtems/score/onceimpl.h: include/rtems/score/onceimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/onceimpl.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/onceimpl.h + $(PROJECT_INCLUDE)/rtems/score/percpu.h: include/rtems/score/percpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/percpu.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/percpu.h -- cgit v1.2.3