diff options
Diffstat (limited to 'usr/src/cmd/sgs/ld/Makefile.targ')
-rw-r--r-- | usr/src/cmd/sgs/ld/Makefile.targ | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/usr/src/cmd/sgs/ld/Makefile.targ b/usr/src/cmd/sgs/ld/Makefile.targ index b2155c2a73..075e67d8f3 100644 --- a/usr/src/cmd/sgs/ld/Makefile.targ +++ b/usr/src/cmd/sgs/ld/Makefile.targ @@ -29,10 +29,7 @@ all: $(PROG) -package \ -install: all $(VAR_SGSBINPROG) $(VAR_SGSCCSLINK) - -%.o: ../common/%.c +%.o: $(SRCDIR)/common/%.c $(COMPILE.c) $< $(POST_PROCESS_O) @@ -49,15 +46,6 @@ delete: include $(SRC)/cmd/Makefile.targ include $(SRC)/cmd/sgs/Makefile.targ -# Special target for native builds (ie. when we need to build a version of ld -# to build a version of ld :-). - -native: $(SGSBINDIR)/$(PROG) - -$(SGSBINDIR)/$(PROG): $(OBJS) $(SGSBINDIR) - $(LINK.c) $(OBJS) -o $@ $(LDLIBS) - $(POST_PROCESS) - # Derived source and header files (messaging). catalog: $(BLTMESG) |