summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/test/os-tests/tests/cores/libdumper/Makefile.com5
-rw-r--r--usr/src/test/os-tests/tests/cores/libdumper/amd64/Makefile5
-rw-r--r--usr/src/test/os-tests/tests/cores/libdumper/i386/Makefile3
-rw-r--r--usr/src/test/os-tests/tests/cores/secmapper/Makefile2
4 files changed, 13 insertions, 2 deletions
diff --git a/usr/src/test/os-tests/tests/cores/libdumper/Makefile.com b/usr/src/test/os-tests/tests/cores/libdumper/Makefile.com
index 3a985d3965..4223aa0896 100644
--- a/usr/src/test/os-tests/tests/cores/libdumper/Makefile.com
+++ b/usr/src/test/os-tests/tests/cores/libdumper/Makefile.com
@@ -33,6 +33,11 @@ SRCDIR = ../common
#
STRIP_STABS = /bin/true
+$(ROOTOPTDIR):
+ $(INS.dir)
+
+$(ROOTLIBDIR): $(ROOTOPTDIR)
+ $(INS.dir)
$(ROOTLIBDIR64): $(ROOTLIBDIR)
$(INS.dir)
diff --git a/usr/src/test/os-tests/tests/cores/libdumper/amd64/Makefile b/usr/src/test/os-tests/tests/cores/libdumper/amd64/Makefile
index 09690cb7b3..483ddb6a8f 100644
--- a/usr/src/test/os-tests/tests/cores/libdumper/amd64/Makefile
+++ b/usr/src/test/os-tests/tests/cores/libdumper/amd64/Makefile
@@ -16,4 +16,7 @@
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
-install: all $(ROOTLIBDIR64) .WAIT $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
+
+$(ROOTLIBS64): $(ROOTLIBDIR64)
+$(ROOTLINKS64): $(ROOTLIBS64)
diff --git a/usr/src/test/os-tests/tests/cores/libdumper/i386/Makefile b/usr/src/test/os-tests/tests/cores/libdumper/i386/Makefile
index 0af99e030c..38d02577c8 100644
--- a/usr/src/test/os-tests/tests/cores/libdumper/i386/Makefile
+++ b/usr/src/test/os-tests/tests/cores/libdumper/i386/Makefile
@@ -16,3 +16,6 @@
include ../Makefile.com
install: all $(ROOTLIBS) $(ROOTLINKS)
+
+$(ROOTLIBS): $(ROOTLIBDIR)
+$(ROOTLINKS): $(ROOTLIBS)
diff --git a/usr/src/test/os-tests/tests/cores/secmapper/Makefile b/usr/src/test/os-tests/tests/cores/secmapper/Makefile
index 84a28a56b8..1834eee09b 100644
--- a/usr/src/test/os-tests/tests/cores/secmapper/Makefile
+++ b/usr/src/test/os-tests/tests/cores/secmapper/Makefile
@@ -41,7 +41,7 @@ $(PROG): $(OBJS)
install: $(ROOTOPTPROGS)
-$(ROOTOPTPROGS): $(PROG)
+$(ROOTOPTPROGS): $(ROOTOPTCORE) $(PROG)
FRC: