diff options
| author | John Birrell <jb@FreeBSD.org> | 1999-09-03 22:07:19 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1999-09-03 22:07:19 +0000 |
| commit | 15f39ed3be2e66228bd84c5e644bf8b34f49befc (patch) | |
| tree | 8050214ec8545ec033fda2af4f358e0b4ab6b679 /usr.bin | |
| parent | 41e73920d52ef09eb714689c2d441412302ce120 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index a059eee42745..73af5fa7f0b0 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -556,7 +556,7 @@ main(argc, argv) if (!machine_arch) { #ifndef MACHINE_ARCH - machine_arch = "unknown"; + machine_arch = "i386"; #else machine_arch = MACHINE_ARCH; #endif |
