diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-02-20 05:25:26 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-02-20 05:25:26 +0000 |
commit | 1079ede622eaed2a151bd314237bfd00180aabe9 (patch) | |
tree | f104e57a941b612fb016078b75439a0465ca7a9f /sys | |
parent | 9806a2ae43f7d2cd1640b8db14cb5ebd152cc433 (diff) |
Makefile generates assym.h instead of assym.s, now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index e9946721968..aa10796e158 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -77,7 +77,7 @@ * @(#)locore.s 7.11 (Berkeley) 5/9/91 */ -#include "assym.s" +#include "assym.h" #include "vectors.s" #include "macglobals.s" |