diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:38:50 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:38:50 +0000 |
commit | 35c91f6ea939f9445e0b7905e48a32d86a066dd9 (patch) | |
tree | c31b8aef8f0c754fa782cc0a126c8613105c4ffc /ares/Makefile.netware | |
parent | f5f93540933db0508f7d1831d0b20c2bf6aa2594 (diff) |
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index a58528d99..4b7ebea39 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -160,7 +160,7 @@ lib: prebuild $(LTARGET) nlm: prebuild $(TARGETS) -prebuild: $(OBJDIR) ares_build.h $(OBJDIR)/version.inc config.h +prebuild: $(OBJDIR) ares_build.h $(OBJDIR)/version.inc ares_config.h install: $(INSTDIR) all @$(CP) *.nlm $(INSTDIR) @@ -170,7 +170,7 @@ install: $(INSTDIR) all @$(CP) ../RELEASE-NOTES $(INSTDIR) clean: - -$(RM) $(LTARGET) $(TARGETS) config.h + -$(RM) $(LTARGET) $(TARGETS) ares_config.h -$(RM) -r $(OBJDIR) -$(RM) -r arpa @@ -269,7 +269,7 @@ ifeq ($(LD),nlmconv) @echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $@ endif -config.h: Makefile.netware +ares_config.h: Makefile.netware @echo Creating $@ @echo $(DL)/* $@ for NetWare target.$(DL) > $@ @echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@ |