summaryrefslogtreecommitdiff
path: root/archivers/zip/patches/patch-ah
blob: dd598f5352f3586c04ef5679b09180bf1c91a463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$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: