blob: 46fc9c86da003fd2291d0405a6f2032eea398838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN recode-3.7/src/Makefile.am patched/src/Makefile.am
--- recode-3.7/src/Makefile.am 2018-10-04 00:47:09.733993844 +0200
+++ patched/src/Makefile.am 2018-10-04 00:45:21.051955465 +0200
@@ -104,7 +104,7 @@
$(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \
$(top_srcdir)/build-aux/missing --run $(HELP2MAN) \
--name="converts files between character sets" \
- --output=$@ ./recode; \
+ --output=$@ ./recode$(EXEEXT); \
fi
main.o: main.c ../config.status
|