From 6286a1500680dcde14cba55fb643fc084339ad1b Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Fri, 10 Sep 1999 02:31:07 +0000 Subject: [PATCH] General cleanup. --- xpfe/global/resources/Makefile.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xpfe/global/resources/Makefile.in b/xpfe/global/resources/Makefile.in index f1d51552fb80..683de7f38b33 100644 --- a/xpfe/global/resources/Makefile.in +++ b/xpfe/global/resources/Makefile.in @@ -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,17 +13,16 @@ # 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@ include $(DEPTH)/config/autoconf.mk -DIRS = content skin locale +DIRS = content skin locale -include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk -