changeset 20570:2b95d3302c32

svccfg: remove space between -R and path
author Lauri Tirkkonen <lotheac@iki.fi>
date Sat, 11 May 2019 22:44:44 +0000
parents 66a11c2fdebd
children 6bdc533205e6
files usr/src/cmd/svc/svccfg/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/svc/svccfg/Makefile	Sat May 11 22:42:27 2019 +0000
+++ b/usr/src/cmd/svc/svccfg/Makefile	Sat May 11 22:44:44 2019 +0000
@@ -107,7 +107,7 @@
 	-I$(LIBTECLA)
 $(NATIVE_BUILD)LDFLAGS =
 $(NATIVE_BUILD)LDLIBS = \
-	-L$(LIBSCF)/native -R $(LIBSCF)/native \
+	-L$(LIBSCF)/native -R$(LIBSCF)/native \
 	-L$(ADJUNCT_PROTO)/usr/lib -R$(ADJUNCT_PROTO)/usr/lib \
 	$(SVCCFG_EXTRA_LIBS)