source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Link compat_reallocarray.o into soelim; needed on platforms
@ 2015-05-21  0:05 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-05-21  0:05 UTC (permalink / raw)
  To: source

Log Message:
-----------
Link compat_reallocarray.o into soelim; needed on
platforms having neither stringlist nor compat_reallocarray.

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/mdocml/Makefile,v
retrieving revision 1.462
retrieving revision 1.463
diff -LMakefile -LMakefile -u -p -r1.462 -r1.463
--- Makefile
+++ Makefile
@@ -402,8 +402,8 @@ man.cgi: $(CGI_OBJS) libmandoc.a
 demandoc: $(DEMANDOC_OBJS) libmandoc.a
 	$(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a
 
-soelim: $(SOELIM_OBJS)
-	$(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS)
+soelim: $(SOELIM_OBJS) compat_reallocarray.o
+	$(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS) compat_reallocarray.o
 
 # --- maintainer targets ---
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-21  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21  0:05 mdocml: Link compat_reallocarray.o into soelim; needed on platforms schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).