summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-17 06:59:31 +0000
committerYang Tse <yangsita@gmail.com>2008-09-17 06:59:31 +0000
commit54663c863f3ca1668f6c246ad73fa9cfab19dc32 (patch)
tree2297c2d0a785b11e5806f610f40c204e22593723 /Makefile.netware
parent8f51d8e9ac5f9cecea508f02ee1fe50d300cb70d (diff)
downloadc-ares-54663c863f3ca1668f6c246ad73fa9cfab19dc32.tar.gz
c-ares-54663c863f3ca1668f6c246ad73fa9cfab19dc32.tar.bz2
c-ares-54663c863f3ca1668f6c246ad73fa9cfab19dc32.zip
NetWare builds include "nameser.h" from the c-ares subdir
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.netware b/Makefile.netware
index eb1c509..491a22f 100644
--- a/Makefile.netware
+++ b/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
-
-