diff --git a/mozilla/modules/staticmod/Makefile b/mozilla/modules/staticmod/Makefile.in similarity index 95% rename from mozilla/modules/staticmod/Makefile rename to mozilla/modules/staticmod/Makefile.in index f247c823f59..c576373be46 100644 --- a/mozilla/modules/staticmod/Makefile +++ b/mozilla/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