summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-07-09 12:05:53 +0000
committercls%seawood.org <devnull@localhost>1999-07-09 12:05:53 +0000
commitcbf3d1bd17b4c90209aec3d81f8c553e6c16a0f1 (patch)
tree2474f290042aaaa580232cdea483228a2d8c4363
parent1a9bff80ee63793fa3971dec0da847feb143df7a (diff)
downloadnspr-hg-cbf3d1bd17b4c90209aec3d81f8c553e6c16a0f1.tar.gz
Who's your daddy?!?!? More tweaks. NSPR now cross-compiles from i386-linux to i386-mingw32.
-rw-r--r--pr/src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
index ae1007d5..33e14136 100644
--- a/pr/src/Makefile.in
+++ b/pr/src/Makefile.in
@@ -324,6 +324,7 @@ endif
else
+ifndef USE_AUTOCONF
ifeq ($(OS_ARCH), BeOS)
include $(srcdir)/md/beos/objs.mk
include $(srcdir)/bthreads/objs.mk
@@ -331,7 +332,7 @@ else
# Unix
include $(srcdir)/md/unix/objs.mk
endif
-
+endif # !USE_AUTOCONF
endif
LIBRARY_NAME = nspr