summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriano%netscape.com <devnull@localhost>1999-09-10 09:31:12 +0000
committerbriano%netscape.com <devnull@localhost>1999-09-10 09:31:12 +0000
commit7101841a571e861f2ba4921ea51b7270442f7bfb (patch)
tree96cab502f6fa8f9636b87d86ab7c04a786d21164
parentef84cec921b7bd12487de20c97db174fd6278a92 (diff)
downloadnss-hg-7101841a571e861f2ba4921ea51b7270442f7bfb.tar.gz
Got rid of a couple of superfluous macros.
-rw-r--r--dbm/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbm/Makefile.in b/dbm/Makefile.in
index 3393921d1..185cc7df6 100644
--- a/dbm/Makefile.in
+++ b/dbm/Makefile.in
@@ -17,14 +17,11 @@
DEPTH = ..
topsrcdir = @top_srcdir@
-VPATH = @srcdir@
srcdir = @srcdir@
+VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
-MODULE = dbm
-RELEASE = dbm
-
DIRS = include src
ifdef ENABLE_TESTS
@@ -32,3 +29,4 @@ DIRS += tests
endif
include $(topsrcdir)/config/rules.mk
+