View | Details | Raw Unified | Return to bug 124301
Collapse All | Expand All

(-)devel/git/files/patch-Makefile (-5 / +15 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	2007-09-19 22:02:17.000000000 +0400
1
--- Makefile.orig	2008-06-05 15:43:36.000000000 +0300
2
+++ Makefile	2007-09-21 22:13:25.000000000 +0400
2
+++ Makefile	2008-06-05 15:44:15.000000000 +0300
3
@@ -135,8 +135,8 @@
3
@@ -164,16 +164,16 @@
4
 
4
 
5
 # CFLAGS and LDFLAGS are for the users to override from the command line.
5
 # CFLAGS and LDFLAGS are for the users to override from the command line.
6
 
6
 
Lines 11-19 Link Here
11
 ALL_CFLAGS = $(CFLAGS)
11
 ALL_CFLAGS = $(CFLAGS)
12
 ALL_LDFLAGS = $(LDFLAGS)
12
 ALL_LDFLAGS = $(LDFLAGS)
13
 STRIP ?= strip
13
 STRIP ?= strip
14
@@ -173,15 +173,15 @@
15
 
14
 
16
 export prefix bindir gitexecdir sharedir template_dir sysconfdir
15
 prefix = $(HOME)
16
 bindir = $(prefix)/bin
17
-mandir = $(prefix)/share/man
18
-infodir = $(prefix)/share/info
19
+mandir = $(prefix)/man
20
+infodir = $(prefix)/info
21
 gitexecdir = $(bindir)
22
 sharedir = $(prefix)/share
23
 template_dir = $(sharedir)/git-core/templates
24
@@ -206,15 +206,15 @@
25
 
26
 export prefix bindir gitexecdir sharedir template_dir htmldir sysconfdir
17
 
27
 
18
-CC = gcc
28
-CC = gcc
19
-AR = ar
29
-AR = ar

Return to bug 124301