tell the build system that "public" dir needs building

git-svn-id: svn://10.0.0.236/trunk@20330 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-02-11 01:51:20 +00:00
parent 390cefda5f
commit aabfe0f826
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = src
DIRS = public src
include $(topsrcdir)/config/config.mk

View File

@@ -17,6 +17,6 @@
DEPTH=..\..\..
DIRS=src
DIRS=public src
include <$(DEPTH)\layout\config\rules.mak>