diff options
Diffstat (limited to 'usr/src/cmd/sgs/librtld_db/demo/Makefile.targ')
-rw-r--r-- | usr/src/cmd/sgs/librtld_db/demo/Makefile.targ | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/librtld_db/demo/Makefile.targ b/usr/src/cmd/sgs/librtld_db/demo/Makefile.targ index 70a87bb949..82de1a0deb 100644 --- a/usr/src/cmd/sgs/librtld_db/demo/Makefile.targ +++ b/usr/src/cmd/sgs/librtld_db/demo/Makefile.targ @@ -31,10 +31,17 @@ $(OBJDIR)/%.o: ../common/%.c $(POST_PROCESS_O) # DEMO DELETE START -$(ROOTONLDBIN)/%: % + +$(ROOTONLDBIN): + $(INS.dir) + +$(ROOTONLDBIN)/$(MACH64): + $(INS.dir) + +$(ROOTONLDBIN)/%: % $(ROOTONLDBIN) $(INS.file) -$(ROOTONLDBIN)/$(MACH64)/%: % +$(ROOTONLDBIN)/$(MACH64)/%: % $(ROOTONLDBIN)/$(MACH64) $(INS.file) # DEMO DELETE END @@ -92,6 +99,10 @@ clean: FRC clobber: clean FRC $(RM) $(PROG) +# DEMO DELETE START +catalog check chkmsg: +# DEMO DELETE END + FRC: # DEMO DELETE START |