diff options
author | David Tardon <dtardon@redhat.com> | 2011-09-18 11:28:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-09-18 12:03:32 +0200 |
commit | 9617a776b42e4c37a30e28eb759c6fda6d8d9ca4 (patch) | |
tree | a40fe7ec35ad68f5140aaf3b6661de6ecb6b585a /Makefile.in | |
parent | 9ffff7631fac2fdd6ebc9d711005b31d5d842543 (diff) |
don't setup gdb printers for regular installation
If someone wants to use them there, he should just run the
install-gdb-script himself.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 715d61d6cf18..fcd88b9f7219 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,7 +62,6 @@ install: build echo "" && \ echo "Installation finished, you can now execute:" && \ echo "@INSTALLDIR@/program/soffice" && \ - install-gdb-printers -a "@INSTALLDIR@" distro-pack-install: install ./bin/distro-install-clean-up |