diff options
author | Gunter Knauf <gk@gknw.de> | 2008-02-16 00:21:58 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-02-16 00:21:58 +0000 |
commit | f20c94ced9f8b309ba589dddf34c6bd860821657 (patch) | |
tree | d722fe09d66f9121c6bb06a685822a4414db6197 /ares | |
parent | 3e635a2334fa3343d2b507beb1a4109d78f3b470 (diff) |
fixed linker def file for tools when compiled with gcc/nlmconv.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.netware | 3 |
1 files changed, 2 insertions, 1 deletions
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 |