summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-04-14 01:57:31 +0000
committerwtc%netscape.com <devnull@localhost>1999-04-14 01:57:31 +0000
commit28221a757243660b373f5ddfeff2b39a65357be3 (patch)
tree20c0731dbb234e0a7abd931c9c42a24647521c17
parent8afd83cfa61ebf0a965b9fc6ab6477c3a9cf10ee (diff)
downloadnspr-hg-28221a757243660b373f5ddfeff2b39a65357be3.tar.gz
Bugzilla bug #4952: line 35 spilled over to line 36, and a '-' was missing.
Thanks to tomg@squish.org for the bug report.
-rw-r--r--config/OpenBSD.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/OpenBSD.mk b/config/OpenBSD.mk
index ca9f8dbd..684eacfa 100644
--- a/config/OpenBSD.mk
+++ b/config/OpenBSD.mk
@@ -32,8 +32,7 @@ else
CPU_ARCH = $(OS_TEST)
endif
-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DOPENBSD
-DHAVE_STRERROR -DHAVE_BSD_FLOCK
+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DOPENBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
ifeq ($(USE_PTHREADS),1)
OS_LIBS = -lc_r