$NetBSD: patch-ah,v 1.2 2005/08/03 18:54:31 wiz Exp $

--- unix/Makefile.orig	2005-02-28 08:33:50.000000000 +0100
+++ unix/Makefile
@@ -12,7 +12,6 @@ all:
 
 list:   all
 
-MAKE = make -f unix/Makefile
 SHELL = /bin/sh
 LN = ln -s
 
@@ -155,10 +154,10 @@ flags:  unix/configure
 #               Generic targets:
 
 generic: flags
-	eval $(MAKE) zips `cat flags`
+	eval $(MAKE) -f unix/Makefile zips `cat flags`
 
 generic_gcc:
-	$(MAKE) generic CC=gcc CPP="gcc -E"
+	$(MAKE) -f unix/Makefile generic CC=gcc CPP="gcc -E"
 
 # AT&T 6300 PLUS (don't know yet how to allocate 64K bytes):
 att6300nodir:
