Corrected Makefile.in to account for placement of include files.

This commit is contained in:
Joel Sherrill
1999-02-24 14:34:00 +00:00
parent 6dfebd9f33
commit 4b4d4a750d
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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