Use a gmake construct rather than a pmake construct.

This commit is contained in:
mycroft 1998-08-29 21:32:04 +00:00
parent 5d85905c33
commit 4afffc3a12
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.10 1998/08/29 19:41:59 frueauf Exp $
$NetBSD: patch-aa,v 1.11 1998/08/29 21:32:04 mycroft Exp $
--- makefile.unix.orig Sun Aug 23 17:44:39 1998
+++ makefile.unix Fri Aug 28 23:42:40 1998
@ -97,7 +97,7 @@ $NetBSD: patch-aa,v 1.10 1998/08/29 19:41:59 frueauf Exp $
######## ix86/NetBSD
-# ARCH = netbsd_i386
+ARCH = netbsd
+MACHINE != uname -m
+MACHINE = $(shell uname -m)
######## Sparc/SunOS ( no sound )
# ARCH = sunos
######## ix86/Solaris

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.6 1998/08/29 19:42:00 frueauf Exp $
$NetBSD: patch-aa,v 1.7 1998/08/29 21:32:05 mycroft Exp $
--- makefile.unix.orig Wed Aug 26 18:40:21 1998
+++ makefile.unix Fri Aug 28 23:23:33 1998
@ -97,7 +97,7 @@ $NetBSD: patch-aa,v 1.6 1998/08/29 19:42:00 frueauf Exp $
######## ix86/NetBSD
-# ARCH = netbsd_i386
+ARCH = netbsd
+MACHINE != uname -m
+MACHINE = $(shell uname -m)
######## Sparc/SunOS ( no sound )
# ARCH = sunos
######## ix86/Solaris