aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-04-01 21:44:24 +0000
committerNathan Scott <nathans@sgi.com>2002-04-01 21:44:24 +0000
commit69fadb3f78eba260bd001d2b76a1a3c7f05e389e (patch)
tree89314ee9ac203ff0788d59be3a371500f5812d89
parent363c5b6535b0225c7d1055d6334d0131bea06022 (diff)
downloaddmapi-dev-69fadb3f78eba260bd001d2b76a1a3c7f05e389e.tar.gz
use LTLIBS instead of LDLIBS in LTLIBRARY build, allowing malloc debug
libraries to be linked in again. qa tripped over this.
-rw-r--r--include/buildrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buildrules b/include/buildrules
index ecf235e..e4c6af2 100644
--- a/include/buildrules
+++ b/include/buildrules
@@ -49,7 +49,7 @@ endif
ifdef LTLIBRARY
$(LTLIBRARY) : $(SUBDIRS) $(LTOBJECTS)
- $(LTLINK) $(LTLDFLAGS) -o $(LTLIBRARY) $(LTOBJECTS) $(LDLIBS)
+ $(LTLINK) $(LTLDFLAGS) -o $(LTLIBRARY) $(LTOBJECTS) $(LTLIBS)
%.lo: %.c
$(LTCOMPILE) -c $<