From 673b61e46df5024b2ebd3e9c13aff3014dfdbc8a Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 28 Mar 2000 00:17:22 +0000 Subject: [PATCH] removing xpinstall/notifier from build path. --- xpinstall/Makefile.in | 2 +- xpinstall/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpinstall/Makefile.in b/xpinstall/Makefile.in index 388159c8940..05e71a126f3 100644 --- a/xpinstall/Makefile.in +++ b/xpinstall/Makefile.in @@ -30,7 +30,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public res src notifier stub +DIRS = public res src stub include $(topsrcdir)/config/rules.mk diff --git a/xpinstall/makefile.win b/xpinstall/makefile.win index 448fa58cac9..7766328fff9 100644 --- a/xpinstall/makefile.win +++ b/xpinstall/makefile.win @@ -25,6 +25,6 @@ DEPTH=.. -DIRS= public res src stub notifier wizard\windows +DIRS= public res src stub wizard\windows include <$(DEPTH)\config\rules.mak>