From 7f2fbbb4ad79b62e469da482f330d307aa272d58 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 14 Apr 1999 01:57:31 +0000 Subject: [PATCH] Bugzilla bug #4952: line 35 spilled over to line 36, and a '-' was missing. Thanks to tomg@squish.org for the bug report. git-svn-id: svn://10.0.0.236/trunk@27436 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/config/OpenBSD.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/nsprpub/config/OpenBSD.mk b/mozilla/nsprpub/config/OpenBSD.mk index ca9f8dbdb07..684eacfafe0 100644 --- a/mozilla/nsprpub/config/OpenBSD.mk +++ b/mozilla/nsprpub/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