diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-07-21 19:08:03 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-07-21 19:08:03 -0500 |
commit | 6500299e16baaa72403243e4741080999cce4580 (patch) | |
tree | 28ceb08f83215efe1a9dcd40c21dc0be4b48794d /Makefile.top | |
parent | 2b2099cbd20d98caa16d8c08a3d94b8e5e34d264 (diff) |
for install-tb do not install gdbprinter with symbolic link
Change-Id: I7b90d049cb1a809c028fdf37577f3b8c8b2c3835
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index 14d46f82e334..ae6109cada30 100644 --- a/Makefile.top +++ b/Makefile.top @@ -450,7 +450,7 @@ ifeq ($(OS_FOR_BUILD),WNT) mv "$(DEVINSTALLDIR)"/LibO*_install-arc_en-US/* "$(DEVINSTALLDIR)"/opt else @ooinstall $(DEVINSTALLDIR)/opt - @install-gdb-printers -L + @install-gdb-printers endif @rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install |