summaryrefslogtreecommitdiff
path: root/gmakefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'gmakefile.win')
-rw-r--r--gmakefile.win9
1 files changed, 5 insertions, 4 deletions
diff --git a/gmakefile.win b/gmakefile.win
index 8e1a3fc8..f3a27f15 100644
--- a/gmakefile.win
+++ b/gmakefile.win
@@ -1,4 +1,5 @@
#!gmake
+# -*- Mode: Makefile -*-
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "MPL"); you may not use this file except in
@@ -34,10 +35,10 @@ MOZ_OBJDIR = WIN32_O.OBJ
endif
NSPR_CONFIGURE := ../configure \
- --with-mozilla \
- --includedir=$(MOZ_DIST_FLIPPED)/include \
- --bindir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/bin \
- --libdir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/lib
+ --with-mozilla \
+ --with-dist-prefix=$(MOZ_DIST_FLIPPED) \
+ --with-dist-bindir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/bin \
+ --with-dist-libdir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/lib
ifeq (,$(MOZ_DEBUG))
NSPR_CONFIGURE := $(NSPR_CONFIGURE) --enable-optimize --disable-debug