diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-07 01:29:04 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-07 01:29:04 +0200 |
commit | 11958ed3315043bd4f8cc05372baafdce5b663e4 (patch) | |
tree | 50e80b453ab61ba66088de07d3e65c9ac0091b53 | |
parent | 15201da4ca1a8b5010eca1aef625a0c3632292db (diff) | |
download | curl-11958ed3315043bd4f8cc05372baafdce5b663e4.tar.gz |
Block created curlbuild.h for NetWare to avoid usage from other platforms.
-rw-r--r-- | lib/Makefile.netware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index f11eef64a..a3e77b745 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -616,6 +616,9 @@ $(CURL_INC)/curl/curlbuild.h: Makefile.netware FORCE @echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@ @echo $(DL)** All your changes will be lost!!$(DL) >> $@ @echo $(DL)*/$(DL) >> $@ + @echo $(DL)#ifndef NETWARE$(DL) >> $@ + @echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@ + @echo $(DL)#endif$(DL) >> $@ @echo $(DL)#ifndef __CURL_CURLBUILD_H$(DL) >> $@ @echo $(DL)#define __CURL_CURLBUILD_H$(DL) >> $@ ifeq ($(LIBARCH),LIBC) |