changeset 20568:409f95c745f2

startd: remove space between -R and path
author Lauri Tirkkonen <lotheac@iki.fi>
date Sat, 11 May 2019 22:41:43 +0000
parents 1ceaf000b6c6
children 66a11c2fdebd
files usr/src/cmd/svc/startd/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/svc/startd/Makefile	Sat May 11 22:07:54 2019 +0000
+++ b/usr/src/cmd/svc/startd/Makefile	Sat May 11 22:41:43 2019 +0000
@@ -92,7 +92,7 @@
 # (libtopo is there), so we must specify it here or we will link against
 # libtopo on the running system
 LDLIBS +=	$(LDLIBS_$(MACH)) -L $(ROOT)/lib/fm -L $(ROOT)/usr/lib/fm -lfmevent
-LDFLAGS +=	-R /lib/fm
+LDFLAGS +=	-R/lib/fm
 
 FILEMODE = 0555