From 270582bd14d70f494959398aff6f9b98ec3432b2 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 8 Sep 1999 01:04:55 +0000 Subject: [PATCH] Cleaned it up. --- intl/strres/Makefile.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/intl/strres/Makefile.in b/intl/strres/Makefile.in index 02d34bc85dc2..47a2bc1f5015 100644 --- a/intl/strres/Makefile.in +++ b/intl/strres/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,20 +13,19 @@ # Communications Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. +# -DEPTH = ../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ -VPATH = @srcdir@ srcdir = @srcdir@ +VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src +DIRS = public src ifdef ENABLE_TESTS -DIRS += tests +DIRS += tests endif -include $(topsrcdir)/config/config.mk - include $(topsrcdir)/config/rules.mk