Print this page
8609 want a position independent CRT
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Approved by:
@@ -48,12 +48,12 @@
install: all $(ROOTUSRSBINPROG) $(ROOTXPG4PROG)
-$(RM) $(ROOTETCPROG)
-$(SYMLINK) ../usr/sbin/$(PROG) $(ROOTETCPROG)
-values-xpg4.o: ../../lib/common/common/values-xpg4.c
- $(COMPILE.c) -o $@ ../../lib/common/common/values-xpg4.c
+values-xpg4.o: ../../lib/crt/common/values-xpg4.c
+ $(COMPILE.c) -o $@ ../../lib/crt/common/values-xpg4.c
clean:
$(RM) $(OBJS)
lint: lint_PROG