diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-29 09:39:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-29 09:39:15 +0000 |
commit | 49400b0c7fa326f9eb200757e225caab02cf6d46 (patch) | |
tree | 65e10647c234c50e76e0a202557192d5ced80770 | |
parent | 5957498c6f98fdeb74a1d8d205aefa6ce225018a (diff) |
ares_build.h NetWare follow-up
-rw-r--r-- | ares/Makefile.netware | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 0f01e24b1..110651526 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -411,6 +411,8 @@ ifdef OLD_NOVELLSDK @echo $(DL)#define socklen_t int$(DL) >> $@ endif +FORCE: ; + ares_build.h: Makefile.netware FORCE @echo Creating $@ @echo $(DL)/* $@ intended for NetWare target.$(DL) > $@ |