blob: 2083c9a672b1af209bdf188d277f55f491c92aab (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
diff -ru raop_play-0.5.1/aexcl/Makefile.in raop_play-0.5.1+iPhone/aexcl/Makefile.in
--- raop_play-0.5.1/aexcl/Makefile.in 2005-12-16 14:17:00.000000000 +0000
+++ raop_play-0.5.1+iPhone/aexcl/Makefile.in 2008-12-06 04:21:59.000000000 +0000
@@ -34,7 +34,7 @@
install:
$(mkinstalldirs) $(DESTDIR)$(bindir)/
- $(INSTALL) -s $(TARGET) $(DESTDIR)$(bindir)
+ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
uninstall:
rm -f $(DESTDIR)$(bindir)/$(TARGET)
diff -ru raop_play-0.5.1/drivers/Makefile raop_play-0.5.1+iPhone/drivers/Makefile
--- raop_play-0.5.1/drivers/Makefile 2005-12-16 14:17:02.000000000 +0000
+++ raop_play-0.5.1+iPhone/drivers/Makefile 2008-12-06 04:22:13.000000000 +0000
@@ -17,7 +17,6 @@
install:
install -d $(MOD_INSTALL_DIR)
cp -f $(target_module).ko $(MOD_INSTALL_DIR) || exit 1
- $(GCC_PREFIX)strip -g $(MOD_INSTALL_DIR)/$(target_module).ko || exit 1
depmod
clean:
diff -ru raop_play-0.5.1/raop_play/Makefile.in raop_play-0.5.1+iPhone/raop_play/Makefile.in
--- raop_play-0.5.1/raop_play/Makefile.in 2005-12-16 14:17:00.000000000 +0000
+++ raop_play-0.5.1+iPhone/raop_play/Makefile.in 2008-12-06 04:22:03.000000000 +0000
@@ -24,7 +24,7 @@
install:
$(mkinstalldirs) $(DESTDIR)$(bindir)/
- $(INSTALL) -s $(TARGET) $(DESTDIR)$(bindir)
+ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
uninstall:
rm -f $(DESTDIR)$(bindir)/$(TARGET)
diff -ru raop_play-0.5.1/rendezvous/Makefile.in raop_play-0.5.1+iPhone/rendezvous/Makefile.in
--- raop_play-0.5.1/rendezvous/Makefile.in 2005-12-16 14:17:02.000000000 +0000
+++ raop_play-0.5.1+iPhone/rendezvous/Makefile.in 2008-12-06 04:22:07.000000000 +0000
@@ -22,7 +22,7 @@
install:
$(mkinstalldirs) $(DESTDIR)$(bindir)/
- $(INSTALL) -s $(TARGET) $(DESTDIR)$(bindir)
+ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
uninstall:
rm -f $(DESTDIR)$(bindir)/$(TARGET)
|