diff options
author | Koen Kooi <koen@openembedded.org> | 2008-01-06 15:48:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-01-06 15:48:38 +0000 |
commit | ce318a6faf04c09b37c9366978d9b634c96747d5 (patch) | |
tree | a8fad9028ca7412a03f34ca232862b04833cc8cd /packages/distcc/files/no-man.patch | |
parent | 0fe69c9411f6ccfe979f96e56df3630e463ec687 (diff) |
distcc: fix host file and CONFFILES
Diffstat (limited to 'packages/distcc/files/no-man.patch')
-rw-r--r-- | packages/distcc/files/no-man.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/distcc/files/no-man.patch b/packages/distcc/files/no-man.patch new file mode 100644 index 0000000000..ac1c18ac96 --- /dev/null +++ b/packages/distcc/files/no-man.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile.in 2008-01-06 16:44:45.696595605 +0100 ++++ distcc-2.18.3/Makefile.in 2008-01-06 16:44:56.879181132 +0100 +@@ -556,7 +556,7 @@ + # install-sh can't handle multiple arguments, but we don't need any + # tricky features so mkinstalldirs and cp will do + +-install: showpaths install-doc install-man install-programs install-example @INSTALL_GNOME@ ++install: showpaths install-doc install-programs install-example @INSTALL_GNOME@ + + install-programs: $(bin_PROGRAMS) + $(mkinstalldirs) $(DESTDIR)$(bindir) |