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
This commit is contained in:
wtc%netscape.com
1999-04-14 01:57:31 +00:00
parent 742fc52ab4
commit 7f2fbbb4ad

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