summaryrefslogtreecommitdiff
path: root/library.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-29 15:09:35 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-03 09:15:01 +0100
commit3794062ab1a13442b06f6d76c54dce51ffa54697 (patch)
treecba59bed8e26c9517e8a1b0e26157ab18d86b948 /library.mak
parent4a1ef543983b7480e2822f6ac281ba361d1f893d (diff)
Remove Plan 9 support
Supporting the system was a nice joke for the 9 release, but it has run its course. Nowadays Plan 9 receives no testing and has no practical usefulness.
Diffstat (limited to 'library.mak')
-rw-r--r--library.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.mak b/library.mak
index b456d80cd1..14fd5beba1 100644
--- a/library.mak
+++ b/library.mak
@@ -27,7 +27,7 @@ define RULES
$(TOOLS): THISLIB = $(FULLNAME:%=$(LD_LIB))
$(TESTPROGS): THISLIB = $(SUBDIR)$(LIBNAME)
-$(TESTPROGS) $(TOOLS): %$(EXESUF): %.o $(EXEOBJS)
+$(TESTPROGS) $(TOOLS): %$(EXESUF): %.o
$$(LD) $(LDFLAGS) $(LDEXEFLAGS) $$(LD_O) $$(filter %.o,$$^) $$(THISLIB) $(FFEXTRALIBS) $$(ELIBS)
$(SUBDIR)lib$(NAME).ver: $(SUBDIR)lib$(NAME).v $(OBJS)