summaryrefslogtreecommitdiff
path: root/audio/vorbisgain/files/patch-Makefile.in
blob: 456ce42bcaf4b717ed007c2ee98935dc4266d6d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$FreeBSD$

--- Makefile.in.orig	Mon Oct 13 16:58:56 2003
+++ Makefile.in	Mon Oct 13 16:59:12 2003
@@ -417,10 +417,10 @@
 
 
 debug:
-        $(MAKE) all CFLAGS="@DEBUG@"
+	$(MAKE) all CFLAGS="@DEBUG@"
 
 profile:
-        $(MAKE) all CFLAGS="@PROFILE@"
+	$(MAKE) all CFLAGS="@PROFILE@"
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.