From 4b4d4a750dc8cf19e16cb4eeacf74132c45d0536 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Feb 1999 14:34:00 +0000 Subject: Corrected Makefile.in to account for placement of include files. --- c/src/exec/score/cpu/a29k/rtems/score/Makefile.in | 2 +- c/src/exec/score/cpu/m68k/rtems/score/Makefile.in | 2 +- c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in | 2 +- c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in index c8b33da4b3..04e7ae0385 100644 --- a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in @@ -15,7 +15,7 @@ C_PIECES= C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -H_PIECES=cpu.h a29k.h a29ktypes.h +H_PIECES=a29k.h a29ktypes.h cpu.h cpu_asm.h H_FILES=$(H_PIECES:%=$(srcdir)/%) # Assembly source names, if any, go here -- minus the .S diff --git a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in index d7daf11c7a..ec989c522e 100644 --- a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in @@ -15,7 +15,7 @@ C_PIECES= C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -H_PIECES=cpu.h m68k.h m68ktypes.h +H_PIECES=cpu.h m68k.h m68ktypes.h H_FILES=$(H_PIECES:%=$(srcdir)/%) # Assembly source names, if any, go here -- minus the .S diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in index 77cbf624be..a5631ab113 100644 --- a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in @@ -15,7 +15,7 @@ C_PIECES= C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -H_PIECES=cpu.h mips68orion.h mipstypes.h idtcpu.h iregdef.h idtmon.h +H_PIECES=cpu.h cpu_asm.h idtcpu.h idtmon.h iregdef.h mips64orion.h mipstypes.h H_FILES=$(H_PIECES:%=$(srcdir)/%) # Assembly source names, if any, go here -- minus the .S diff --git a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in index c86b78e312..5cc944aad0 100644 --- a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in @@ -15,7 +15,7 @@ C_PIECES= C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -H_PIECES=cpu.h ppc.h ppctypes.h +H_PIECES=cpu.h mpc860.h ppc.h ppctypes.h H_FILES=$(H_PIECES:%=$(srcdir)/%) # Assembly source names, if any, go here -- minus the .S -- cgit v1.2.3