From dc3cb8f8f4cac112bad859da38c73a5afb4cb6ef Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 30 Jan 2008 20:51:10 +0000 Subject: [PATCH] Add rule so that globals.o depends on globals.h --- lib/common/Makefile.old | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index a783d88ea..f651615e5 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -60,6 +60,7 @@ 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 +globals.o : globals.h fontmetrics.o: ps_font_equiv.h -- 2.40.0