From c6d968332a2c54aec330d6876553ed49e0454fef Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 24 Oct 2000 17:16:20 +0000 Subject: [PATCH] removing Makefile and adding Makefile.in --- modules/staticmod/{Makefile => Makefile.in} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename modules/staticmod/{Makefile => Makefile.in} (95%) diff --git a/modules/staticmod/Makefile b/modules/staticmod/Makefile.in similarity index 95% rename from modules/staticmod/Makefile rename to modules/staticmod/Makefile.in index f247c823f59f..c576373be46f 100644 --- a/modules/staticmod/Makefile +++ b/modules/staticmod/Makefile.in @@ -1,4 +1,3 @@ -# Generated automatically from Makefile.in by configure. # # The contents of this file are subject to the Netscape Public # License Version 1.1 (the "License"); you may not use this file @@ -21,8 +20,9 @@ # DEPTH = ../.. -topsrcdir = ../.. -srcdir = . +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk