From: erg Date: Wed, 9 Aug 2006 15:52:58 +0000 (+0000) Subject: Fix old makefile for common so that utils.o depends on ps.h, with the X-Git-Tag: LAST_LIBGRAPH~32^2~5992 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa739ac48d93494ab390cff390565331dc8c4ba;p=graphviz Fix old makefile for common so that utils.o depends on ps.h, with the psgen.o dependency removed --- diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index 7a0c67216..eceb95b17 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -57,7 +57,7 @@ install: libcommon.a $(OBJS) : $(INST_HDRS) $(NOINST_HDRS) colxlate.o : colortbl.h -psgen.o : ps.h +utils.o : ps.h emit.o mapgen.o utils.o htmllex.o htmltable.o htmlparse.o : htmltable.h htmllex.o : htmlparse.h htmlparse.o htmllex.o : htmllex.h