Unbreak "make checkdpadd".

This commit is contained in:
Ruslan Ermilov 2003-07-01 15:37:35 +00:00
parent 2fd339446d
commit dfebdcdf7c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin
CFLAGS+=-D_LOCK_DEBUG
#CFLAGS+= -g
LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map
LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall

View File

@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin
CFLAGS+=-D_LOCK_DEBUG
#CFLAGS+= -g
LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map
LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall