From 6453ee5f212cfe25c18d11b50ed00c79bdfcc3d3 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Sun, 12 Sep 1999 12:33:52 +0000 Subject: [PATCH] Build widget/timer before gfx, dom, etc since they all need the timer code --- Makefile.in | 1 + widget/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7e427477c3f5..1bda91a5b366 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,7 @@ DIRS += \ caps \ expat \ htmlparser \ + widget/timer \ gfx \ dom \ view \ diff --git a/widget/Makefile.in b/widget/Makefile.in index 7ce4bf736887..338ffed4a667 100644 --- a/widget/Makefile.in +++ b/widget/Makefile.in @@ -22,7 +22,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public timer src +DIRS = public src include $(topsrcdir)/config/rules.mk