blob: 87132bdd6b51bc22c9a8707d6fd98c289476e4e3 (
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
|
--- ./imap/tools/Makefile 2020-04-19 23:45:13.080083548 +0200
+++ ./imap/tools/Makefile 2020-04-19 23:45:24.525083844 +0200
@@ -21,7 +21,6 @@
# Internet: MRC@CAC.Washington.EDU
-CC=cc
RM=rm -f
--- ./imap/src/osdep/unix/Makefile 2020-04-19 23:54:55.454098598 +0200
+++ ./imap/src/osdep/unix/Makefile 2020-04-19 23:54:55.454098598 +0200
@@ -132,10 +132,8 @@
# Commands possibly overridden by the individual port
-ARRC=ar rc
-CC=cc
+ARRC=$(AR) rc
LN=ln -s
-RANLIB=ranlib
# Standard distribution build parameters
|