diff options
author | Andrew Stormont <astormont@racktopsystems.com> | 2016-11-25 00:03:49 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2016-11-30 11:04:00 -0500 |
commit | 25b5cdf490cfb7bdfcb7a5e9d28355fdd92cba88 (patch) | |
tree | 7dfdd03b0626cea7894c62c1ea9feed4f94f50dd /usr/src/cmd/sgs/libld | |
parent | 8d548c7a31fe6a4eabd5617c37fbd3aafdbe15ee (diff) | |
download | illumos-gate-25b5cdf490cfb7bdfcb7a5e9d28355fdd92cba88.tar.gz |
7627 Build should be smarter about how SGSPROTO is created
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Kim Shrier <kshrier@racktopsystems.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/sgs/libld')
-rw-r--r-- | usr/src/cmd/sgs/libld/Makefile.targ | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/libld/Makefile.targ b/usr/src/cmd/sgs/libld/Makefile.targ index 85f71e63c7..c8f514cd2f 100644 --- a/usr/src/cmd/sgs/libld/Makefile.targ +++ b/usr/src/cmd/sgs/libld/Makefile.targ @@ -103,7 +103,9 @@ lint: $(LINTLIB32) $(LINTOUT32) $(LINTLIB64) $(LINTOUT64) \ native: $(SGSLIBDIR)/$(LIBLINKS) -$(SGSLIBDIR)/$(DYNLIB): pics .WAIT $$(PICS) +$(PICS): pics + +$(SGSLIBDIR)/$(DYNLIB): $(PICS) $(SGSLIBDIR) $(BUILD.SO) $(POST_PROCESS_SO) |