From 81b0a2d3cfa2cfae97391e0144601644c1c8b839 Mon Sep 17 00:00:00 2001 From: "msw%gimp.org" Date: Mon, 30 Nov 1998 00:29:45 +0000 Subject: [PATCH] Really fix Unix build bustage. r,a=shaver@netscape.com --- layout/base/src/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layout/base/src/Makefile.in b/layout/base/src/Makefile.in index a3eaba2f1666..a87177632ba4 100644 --- a/layout/base/src/Makefile.in +++ b/layout/base/src/Makefile.in @@ -21,6 +21,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +include $(topsrcdir)/config/config.mk LIBRARY_NAME = raptorlayout_s @@ -62,8 +63,6 @@ REQUIRES = xpcom raptor dom netlib js pref TARGETS = $(LIBRARY) -include $(topsrcdir)/config/config.mk - MKSHLIB := include $(topsrcdir)/config/rules.mk