summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/Makefile.am b/cpukit/score/include/Makefile.am
index f8b9edd4e1..99576b4ab6 100644
--- a/cpukit/score/include/Makefile.am
+++ b/cpukit/score/include/Makefile.am
@@ -56,7 +56,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@
- @cat cpuopts-tmp.h >>$@
+ @cat rtems/score/cpuopts-tmp.h >>$@
@echo >>$@
@echo "#endif" >>$@