summaryrefslogtreecommitdiff
path: root/archivers/zip/patches/patch-ah
blob: bcf62dfa438b844395b07dd293d22fee683752fe (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.1 2005/03/28 18:08:12 wiz Exp $

--- unix/Makefile.orig	1999-11-29 06:22:42.000000000 +0100
+++ unix/Makefile
@@ -12,7 +12,6 @@ all:
 
 list:   all
 
-MAKE = make -f unix/Makefile
 SHELL = /bin/sh
 LN = ln -s
 
@@ -154,10 +153,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: