summaryrefslogtreecommitdiff
path: root/config/config.mk
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-21 17:21:53 +0000
committerwtc <devnull@localhost>1998-04-21 17:21:53 +0000
commit119b636c5da44fdd49b80c2f8be49e5d5c91fa90 (patch)
treef6dea922d0190ed1c2a281ffce7df8f89c42db03 /config/config.mk
parent80030011aff029e44e6e72ea277e0c32e33999d7 (diff)
downloadnspr-hg-119b636c5da44fdd49b80c2f8be49e5d5c91fa90.tar.gz
Merged the makefile changes from Netscape's internal development versionRHAPSODY_NSPR_BASENSPRPUB_19980421_BASE
of NSPR to the public ns/nsprpub on mozilla.org. Removed ns/nsprpub/tools/winsock.lib, which should not have been released. This file can be generated from winsock.dll by following the NSPR build instructions for Windows 3.11 at http://www.mozilla.org/docs/refList/refNSPR/win16.html.
Diffstat (limited to 'config/config.mk')
-rw-r--r--config/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.mk b/config/config.mk
index 884d4a54..2d3526e0 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -48,7 +48,7 @@ CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
NOMD_CFLAGS = $(OPTIMIZER) $(NOMD_OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
$(XCFLAGS)
-include $(MOD_DEPTH)/config/$(OS_CONFIG).mk
+include $(MOD_DEPTH)/config/$(OS_TARGET).mk
# Figure out where the binary code lives.
BUILD = $(OBJDIR_NAME)