From f20c94ced9f8b309ba589dddf34c6bd860821657 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sat, 16 Feb 2008 00:21:58 +0000 Subject: fixed linker def file for tools when compiled with gcc/nlmconv. --- ares/Makefile.netware | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ares') diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 84bda1d7c..2ed40f735 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -269,8 +269,9 @@ ifdef IMPORTS @echo $(DL)import $(IMPORTS)$(DL) >> $@ endif ifeq ($(LD),nlmconv) - @echo $(DL)input $(OBJEXE)$(DL) >> $@ @echo $(DL)input $(PRELUDE)$(DL) >> $@ + @echo $(DL)input $(OBJEXE)$(DL) >> $@ + @echo $(DL)input $(@:.def=.o)$(DL) >> $@ @echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $@ endif -- cgit v1.2.3