aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3ren/files/patch-Makefile
blob: 32610598805e00e123619346b6b3753d346b4eb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.orig   2012-05-15 20:31:03 UTC
+++ Makefile
@@ -1,12 +1,12 @@
 all:
-   make -C src all
+   cd src && ${MAKE} all
 
 debug:
    make -C src debug
 
 install: 
-   make -C src install
-   make -C man install
+   cd src && ${MAKE} install
+   cd man && ${MAKE} install
 
 clean:
    make -C src clean