blob: 4ab17fa25f9b17e2e9076ce410ce515b3f57d276 (
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
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- libtool-1.5/Makefile.am~chmod
+++ libtool-1.5/Makefile.am
@@ -33,11 +33,11 @@
libtool: $(srcdir)/ltmain.sh $(top_builddir)/configure.ac
$(SHELL) $(top_builddir)/config.status --recheck
- chmod +x $@
+ chmod +x *$@
libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) $(top_builddir)/config.status
- chmod +x $@
+ chmod +x *$@
$(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(TSDEPS)
-rm -f ltmain.shT
--- libtool-1.5/Makefile.in~chmod
+++ libtool-1.5/Makefile.in
@@ -670,11 +670,11 @@
libtool: $(srcdir)/ltmain.sh $(top_builddir)/configure.ac
$(SHELL) $(top_builddir)/config.status --recheck
- chmod +x $@
+ chmod +x *$@
libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) $(top_builddir)/config.status
- chmod +x $@
+ chmod +x *$@
$(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(TSDEPS)
-rm -f ltmain.shT
|