25464460 gdb man page needs some manpage in it
authorApril Chin <april.chin@oracle.com>
Tue, 04 Apr 2017 15:17:43 -0700
changeset 7940 f9c043c82323
parent 7939 a0c0b8aac8d4
child 7941 cbeee2330f63
25464460 gdb man page needs some manpage in it
components/gdb/Makefile
--- a/components/gdb/Makefile	Wed Apr 19 14:37:55 2017 -0700
+++ b/components/gdb/Makefile	Tue Apr 04 15:17:43 2017 -0700
@@ -74,7 +74,7 @@
 
 
 # GDB wants the GNU utilities
-PATH=/usr/gnu/bin:$(GCC_ROOT)/bin:/usr/bin:/usr/perl/$(PERL_VERSION)/bin
+PATH=/usr/gnu/bin:$(GCC_ROOT)/bin:/usr/bin:/usr/perl5/$(PERL_VERSION)/bin
 
 # Specify the C Standard to use when building
 CC += -std=gnu99