Bugzilla bug #4952: line 35 spilled over to line 36, and a '-' was missing.

Thanks to tomg@squish.org for the bug report.
This commit is contained in:
wtc%netscape.com 1999-04-14 01:57:31 +00:00
parent d4de47e788
commit 64dc3aa3a6

View File

@ -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