Fixed the typo that was breaking Unix builds.

This commit is contained in:
briano%netscape.com 1999-05-19 03:48:06 +00:00
Родитель 86300d4555
Коммит e42fc819d2
1 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,8 +13,9 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH=../../..
DEPTH =../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
@ -23,8 +23,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
EXPORTS = \
nsIWebShellWindow.h \
EXPORTS = \
nsIWebShellWindow.h \
nsAppShellCIDs.h \
nsIAppShellService.h \
nsICmdLineService.h \
@ -34,12 +34,10 @@ EXPORTS = \
nsIFileLocator.h \
nsIDOMXPConnectFactory.h \
nsINetSupportDialogService.h \
nsIWindowMediator.cpp \
nsIWindowMediator.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk