summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/libldstab/Makefile.targ
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/libldstab/Makefile.targ')
-rw-r--r--usr/src/cmd/sgs/libldstab/Makefile.targ4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/libldstab/Makefile.targ b/usr/src/cmd/sgs/libldstab/Makefile.targ
index 6b47b4ae2b..c9ba1b7467 100644
--- a/usr/src/cmd/sgs/libldstab/Makefile.targ
+++ b/usr/src/cmd/sgs/libldstab/Makefile.targ
@@ -43,7 +43,9 @@ delete:
native: $(SGSLIBDIR)/$(DYNLIB)
-$(SGSLIBDIR)/$(DYNLIB): pics .WAIT $$(PICS)
+$(PICS): pics
+
+$(SGSLIBDIR)/$(DYNLIB): $(PICS) $(SGSLIBDIR)
$(BUILD.SO)
$(POST_PROCESS_SO)