diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-04 23:32:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-04 23:36:24 +0200 |
commit | 23af3341322143f2edde5a6c6668294c915c3ae5 (patch) | |
tree | 493fce2a4cb3f130cc1eb4adcce2a6f65698cfe2 /Makefile.in | |
parent | d97af2c4aea25c766285259f437e0bf7985bb325 (diff) |
Some fixes for linkoo and install-gdb-printers.
- Adapted linkoo's link_gdb_py to libs moved from basis to brand layer.
- Fixed install-gdb-printers's handling of Mac OS X ".dylib" suffix.
- No need to call install-gdb-printers from top-level make dev-install;
linkoo's link_gdb_py already does that.
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 2b5eb5c31f5e..b7fd5f505470 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,7 +32,6 @@ dev-install: build ln -s "$$SOLARVER/$$INPATH"/installation/opt/ \ "@abs_builddir@"/install && \ printf '\n' && \ - install-gdb-printers -L && \ printf \ '\nDeveloper installation finished, you can now execute:\n\n' \ && \ |