diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-08 11:56:14 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-08 11:56:14 +0000 |
commit | d99477df57c13e32aa30c6aad6795ffff5c4cd01 (patch) | |
tree | 99dc4bac63b169b16bc6b2628fd92979e308dc38 /sys/arch/sgi | |
parent | 8bcb5cdbb715f4cc061fa2d87e05509d1db04dc9 (diff) |
locore.s -> locore.S, thanks Patrik
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index ab3f0f601db..433f4b2ff18 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.1 2004/08/06 21:12:18 pefo Exp $ +# $OpenBSD: Makefile.sgi,v 1.2 2004/08/08 11:56:13 pefo Exp $ # Makefile for OpenBSD # @@ -180,7 +180,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} depend:: .depend .depend: ${SRCS} assym.h param.c - mkdep ${AFLAGS} ${CPPFLAGS} ${SGI}/sgi/locore.s + mkdep ${AFLAGS} ${CPPFLAGS} ${SGI}/sgi/locore.S mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} # mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES} |