Use OS_LIBS for system libraries.

Fixing tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@152461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2004-02-07 08:55:40 +00:00
parent 573771028a
commit eca43c4e5d

View File

@ -50,7 +50,7 @@ SIMPLE_PROGRAMS = $(CSRCS:.c=$(BIN_SUFFIX))
include $(topsrcdir)/config/config.mk
ifeq ($(OS_ARCH),WINNT)
LIBS += \
OS_LIBS += \
imagehlp.lib \
$(NULL)
endif