Initial push
[termux-packages] / packages / emacs / lib-src-Makefile.in.patch
1 diff -u -r ../emacs-24.4/lib-src/Makefile.in ./lib-src/Makefile.in
2 --- ../emacs-24.4/lib-src/Makefile.in 2014-04-29 16:52:57.000000000 +0200
3 +++ ./lib-src/Makefile.in 2014-11-01 12:29:44.881760880 +0100
4 @@ -128,7 +128,7 @@
5 UTILITIES = profile${EXEEXT} movemail${EXEEXT} hexl${EXEEXT} \
6 update-game-score${EXEEXT}
7
8 -DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
9 +DONT_INSTALL= make-docfile${EXEEXT}
10
11 # Like UTILITIES, but they're not system-dependent, and should not be
12 # deleted by the distclean target.
13 @@ -303,14 +303,6 @@
14 TAGS: etags${EXEEXT}
15 etags *.[ch]
16
17 -## This verifies that the non-ASCII characters in the file \`testfile\'
18 -## have not been clobbered by whatever means were used to copy and
19 -## distribute Emacs. If they were clobbered, all the .elc files were
20 -## clobbered too.
21 -test-distrib${EXEEXT}: ${srcdir}/test-distrib.c
22 - $(CC) ${ALL_CFLAGS} -o test-distrib${EXEEXT} ${srcdir}/test-distrib.c
23 - ./test-distrib ${srcdir}/testfile
24 -
25 ../lib/libgnu.a: $(config_h)
26 cd ../lib && $(MAKE) libgnu.a
27