From eca43c4e5da62fc1e3592ef789ea4ce7c01fbad7 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. git-svn-id: svn://10.0.0.236/trunk@152461 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/codesighs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/codesighs/Makefile.in b/mozilla/tools/codesighs/Makefile.in index a1e8f50d1b8..b917a9e0b39 100644 --- a/mozilla/tools/codesighs/Makefile.in +++ b/mozilla/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