Use OS_LIBS for system libraries.

Fixing tinderbox bustage.
This commit is contained in:
cls%seawood.org 2004-02-07 08:55:40 +00:00
parent cb43d15ae9
commit ce67144022

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