aboutsummaryrefslogtreecommitdiffstats
path: root/net/papaya/files/patch-Makefile.in
blob: 1e885b4400dd2c32ede02f37502a9506e4635c12 (plain) (blame)
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
$FreeBSD$

--- Makefile.in.orig    Mon Dec 17 22:13:42 2001
+++ Makefile.in Mon Dec 17 22:14:04 2001
@@ -6,17 +6,17 @@
 
 all:
    for subdir in $(SUBDIRS); do \
-     make -C $$subdir; \
+     ${MAKE} -C $$subdir; \
    done
 
 clean:
    for subdir in $(SUBDIRS); do \
-     make -C $$subdir clean; \
+     ${MAKE} -C $$subdir clean; \
    done
 
 install:
    for subdir in $(SUBDIRS); do \
-     make -C $$subdir install; \
+     ${MAKE} -C $$subdir install; \
    done
 
 dist: Makefile