From 9617a776b42e4c37a30e28eb759c6fda6d8d9ca4 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 18 Sep 2011 11:28:27 +0200 Subject: don't setup gdb printers for regular installation If someone wants to use them there, he should just run the install-gdb-script himself. --- Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit