From 8fa223847d0c855523befefa4d6e4d2f2a48ba58 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 7 Feb 2004 08:55:40 +0000 Subject: [PATCH] Use OS_LIBS for system libraries. Fixing tinderbox bustage. --- tools/codesighs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/codesighs/Makefile.in b/tools/codesighs/Makefile.in index a1e8f50d1b8..b917a9e0b39 100644 --- a/tools/codesighs/Makefile.in +++ b/tools/codesighs/Makefile.in @@ -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