mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Fix macro-file installation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Makefile.am: Fix macro-file installation.
|
||||
|
||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Makefile.am: Move include/rtems/score/cpuopts.h to STD_H_FILES.
|
||||
|
||||
@@ -102,7 +102,7 @@ STD_M_FILES = macros/rtems/score/address.inl macros/rtems/score/chain.inl \
|
||||
macros/rtems/score/wkspace.inl
|
||||
if MACROS
|
||||
include_rtems_score_HEADERS += $(STD_M_FILES)
|
||||
PREINSTALL_FILES += $(MP_M_FILES:inline/%.inl=$(PROJECT_INCLUDE)/%.inl)
|
||||
PREINSTALL_FILES += $(STD_M_FILES:macros/%.inl=$(PROJECT_INCLUDE)/%.inl)
|
||||
endif
|
||||
|
||||
EXTRA_DIST += $(STD_M_FILES) $(MP_M_FILES) macros/README
|
||||
|
||||
Reference in New Issue
Block a user