diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 11:36:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 11:36:54 +0000 |
commit | 15c8c1e274911de0184fcc6791b41e7540984933 (patch) | |
tree | 739ec1e6d56089abbb97c8eaf138852304305050 /sys/arch/pmax/conf/Makefile.pmax | |
parent | e3daada1407f62d2b3ee023a41a2537d81ec76b0 (diff) |
merge mips back into pmax; by graichen
Diffstat (limited to 'sys/arch/pmax/conf/Makefile.pmax')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index 2830beeaf6d..d3122845a7b 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -110,7 +110,7 @@ assym.h: genassym genassym: genassym.o ${CC} -o $@ genassym.o -genassym.o: ${S}/arch/mips/mips/genassym.c +genassym.o: ${S}/arch/pmax/pmax/genassym.c ${NORMAL_C_C} param.c: $S/conf/param.c @@ -156,7 +156,7 @@ depend:: .depend mkdep ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore.S ${PMAX}/pmax/fp.S mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES} - mkdep -a ${CFLAGS} ${CPPFLAGS} ${PARAM} ${S}/arch/mips/mips/genassym.c + mkdep -a ${CFLAGS} ${CPPFLAGS} ${PARAM} ${S}/arch/pmax/pmax/genassym.c # depend on root or device configuration |