summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-07-19 21:43:44 +0000
committerwtc%netscape.com <devnull@localhost>1999-07-19 21:43:44 +0000
commit266047facf61f0be79d9dfdb85c67f7496392bd0 (patch)
treefb52bc3950c1dfdb1f95209ab633d34defb575a3
parentbc648e0d1f9e3b47c7f06d78296e791e9ca6bf41 (diff)
downloadnspr-hg-266047facf61f0be79d9dfdb85c67f7496392bd0.tar.gz
Changed OS_ARCH to OS_TARGET for NTO because we are still cross-compiling.
Thanks to Jerry L. Kirk <Jerry.Kirk@Nexwarecorp.com> for the patch. (This might have been my error when I checked in his previous patch.)
-rw-r--r--pr/include/md/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/md/Makefile b/pr/include/md/Makefile
index f6b1ca37..2bfbbc29 100644
--- a/pr/include/md/Makefile
+++ b/pr/include/md/Makefile
@@ -139,7 +139,7 @@ ifeq ($(OS_ARCH),QNX)
MDCPUCFG_H = _qnx.cfg
endif
-ifeq ($(OS_ARCH),NTO)
+ifeq ($(OS_TARGET),NTO)
MDCPUCFG_H = _nto.cfg
endif