diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-29 20:55:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-29 20:55:27 +0200 |
commit | 235a5e6c323432bf44db8de6cd05d1a5cc526022 (patch) | |
tree | 02cdd5f5e10dde01f52935b374217f1fc903fa3b /Makefile.in | |
parent | f58db44198a3e98e0e113b940da86c313cfccd80 (diff) |
Make install-gdb-printers work on Mac OS X.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ec3863388501..2b5eb5c31f5e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,8 +32,7 @@ dev-install: build ln -s "$$SOLARVER/$$INPATH"/installation/opt/ \ "@abs_builddir@"/install && \ printf '\n' && \ - install-gdb-printers -a "$$SOLARVER/$$INPATH/installation/opt" \ - -L && \ + install-gdb-printers -L && \ printf \ '\nDeveloper installation finished, you can now execute:\n\n' \ && \ |