diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-17 06:59:31 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-17 06:59:31 +0000 |
commit | 07aeac37fd771dbde3b0ad3bb38d7eb29a7b959e (patch) | |
tree | 1ee3b26342472dafd45347067233fc03a28c261b | |
parent | 6ec76e7f9af4c4f0ffea6d11c1033de6d16537d7 (diff) |
NetWare builds include "nameser.h" from the c-ares subdir
-rw-r--r-- | ares/Makefile.netware | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index eb1c5096c..491a22f9a 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -160,7 +160,7 @@ lib: prebuild $(LTARGET) nlm: prebuild $(TARGETS) -prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h arpa/nameser.h +prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h install: $(INSTDIR) all @$(CP) *.nlm $(INSTDIR) @@ -348,7 +348,6 @@ else @echo $(DL)#define SIZEOF_STRUCT_IN6_ADDR 16$(DL) >> $@ endif @echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_ARPA_NAMESER_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@ @echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@ @@ -409,9 +408,3 @@ ifdef OLD_NOVELLSDK @echo $(DL)#define socklen_t int$(DL) >> $@ endif -arpa/nameser.h: nameser.h - @echo Fix missing header $@ - @-mkdir arpa - @$(CP) $< arpa - - |