summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stormont <astormont@racktopsystems.com>2018-03-18 15:32:56 +0000
committerRichard Lowe <richlowe@richlowe.net>2018-07-11 17:16:53 +0000
commit7e085c24801940886227c1724772c2fa5bca864e (patch)
treeb018e698d26c174b2e21be521fb4a069a78038f3
parentbc85f3b0d8cbf8037263b0d2ae7587f25ab35394 (diff)
downloadillumos-joyent-7e085c24801940886227c1724772c2fa5bca864e.tar.gz
9314 Cyclic dependency in usr/src/cmd/fm/eversholt/Makefile.esc.com
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Ken Mays <kmays2000@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r--usr/src/cmd/fm/eversholt/Makefile.esc.com9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/fm/eversholt/Makefile.esc.com b/usr/src/cmd/fm/eversholt/Makefile.esc.com
index dbdf9b3e9c..d8dbaf289c 100644
--- a/usr/src/cmd/fm/eversholt/Makefile.esc.com
+++ b/usr/src/cmd/fm/eversholt/Makefile.esc.com
@@ -22,6 +22,8 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2018 RackTop Systems.
+#
FMADIR = $(SRC)/cmd/fm
EVERDIR = $(FMADIR)/eversholt
@@ -78,12 +80,9 @@ escparse.o: $(EVERCMNSRC)/escparse.y
$(COMPILE.c) -DYYDEBUG -c -o $@ y.tab.c
$(CTFCONVO)
-$(ROOT)/usr/lib/fm:
- $(INS.dir)
-
-$(ROOTPDIR): $(ROOT)/usr/lib/fm
+$(ROOTPDIR):
$(INS.dir)
-$(ROOTPDIR)/%: %
+$(ROOTPDIR)/%: % $(ROOTPDIR)
$(INS.file)