blob: cdcd686d15a15c90cdcb3d9e418f3a86f164cae1 (
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
|
diff -ru coreutils-7.4/Makefile.am coreutils-7.4+iPhone/Makefile.am
--- coreutils-7.4/Makefile.am 2009-05-03 20:05:34.000000000 +0000
+++ coreutils-7.4+iPhone/Makefile.am 2009-06-19 05:47:10.000000000 +0000
@@ -17,7 +17,7 @@
ALL_RECURSIVE_TARGETS =
-SUBDIRS = lib src doc man po tests gnulib-tests
+SUBDIRS = lib src doc po tests gnulib-tests
changelog_etc = \
ChangeLog-2005 \
diff -ru coreutils-7.4/Makefile.in coreutils-7.4+iPhone/Makefile.in
--- coreutils-7.4/Makefile.in 2009-05-07 12:01:41.000000000 +0000
+++ coreutils-7.4+iPhone/Makefile.in 2009-06-19 05:47:05.000000000 +0000
@@ -936,7 +936,7 @@
# Some tests always need root privileges, others need them only sometimes.
ALL_RECURSIVE_TARGETS = install-root check-root distcheck-hook
-SUBDIRS = lib src doc man po tests gnulib-tests
+SUBDIRS = lib src doc po tests gnulib-tests
changelog_etc = \
ChangeLog-2005 \
ChangeLog-2006 \
|