From f11615f156499eac3415be4fefcfa2109cbf60ec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 13:10:28 +0000 Subject: 2001-10-16 Joel Sherrill * include/Makefile.am: Fixed path to cpuopts-tmp.h. --- cpukit/score/include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/Makefile.am') 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" >>$@ -- cgit v1.2.3