From: erg Date: Wed, 15 Mar 2006 20:45:27 +0000 (+0000) Subject: Remove redundant .o in library - causes problems on Apples X-Git-Tag: LAST_LIBGRAPH~32^2~6751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e18415b9c3694adb0d04c2121fd194db2804ce5;p=graphviz Remove redundant .o in library - causes problems on Apples --- diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index 3d5c5426a..e49e7e27e 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -30,7 +30,7 @@ OBJS = args.o arrows.o gdusershape.o mapgen.o psgen.o svgusershape.o \ figgen.o htmlparse.o output.o splines.o vtxgen.o \ fontmetrics.o htmltable.o picgen.o strcasecmp.o \ gdgen.o input.o pointset.o strncasecmp.o memory.o \ - gdtextsize.o labels.o postproc.o svggen.o xdgen.o + gdtextsize.o labels.o postproc.o svggen.o libcommon.a : $(OBJS) $(RM) libcommon.a