blob: 6c28ab17384341c36505dbabccb5fd7fbefd5021 (
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
25
|
diff -r -u grep-2.5/src/Makefile.am grep-2.5+iPhone/src/Makefile.am
--- grep-2.5/src/Makefile.am 2002-03-13 15:20:13.000000000 +0000
+++ grep-2.5+iPhone/src/Makefile.am 2007-12-26 23:59:25.000000000 +0000
@@ -18,5 +18,5 @@
vms_fab.c vms_fab.h
install-exec-local:
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/egrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/fgrep
diff -r -u grep-2.5/src/Makefile.in grep-2.5+iPhone/src/Makefile.in
--- grep-2.5/src/Makefile.in 2002-03-13 15:23:51.000000000 +0000
+++ grep-2.5+iPhone/src/Makefile.in 2007-12-26 23:59:16.000000000 +0000
@@ -354,8 +354,8 @@
install-exec-local:
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/egrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/fgrep
# 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.
.NOEXPORT:
|