From aabfe0f8268f684a6f3e63500213e5741d5a2242 Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Thu, 11 Feb 1999 01:51:20 +0000 Subject: [PATCH] tell the build system that "public" dir needs building git-svn-id: svn://10.0.0.236/trunk@20330 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/table/Makefile.in | 2 +- mozilla/layout/html/table/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/html/table/Makefile.in b/mozilla/layout/html/table/Makefile.in index 586e96d7d1a..e65dadaa43b 100644 --- a/mozilla/layout/html/table/Makefile.in +++ b/mozilla/layout/html/table/Makefile.in @@ -22,7 +22,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = src +DIRS = public src include $(topsrcdir)/config/config.mk diff --git a/mozilla/layout/html/table/makefile.win b/mozilla/layout/html/table/makefile.win index 26d2a92d4ee..f0ca52f8de3 100644 --- a/mozilla/layout/html/table/makefile.win +++ b/mozilla/layout/html/table/makefile.win @@ -17,6 +17,6 @@ DEPTH=..\..\.. -DIRS=src +DIRS=public src include <$(DEPTH)\layout\config\rules.mak>