From: Guenter Knauf Date: Mon, 28 Mar 2011 05:09:31 +0000 (+0000) Subject: Added copy rule for creating include/ap_config_layout.h. X-Git-Tag: 2.3.12~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f61e690e82947c8f1e96e927af32dd593d069b;p=thirdparty%2Fapache%2Fhttpd.git Added copy rule for creating include/ap_config_layout.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086122 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 8d730d6b295..fe228b40297 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -17,6 +17,7 @@ include $(AP_WORK)/build/NWGNUhead.inc # build this level's files FILES_prebuild_headers = \ + $(SRC)/include/ap_config_layout.h \ $(NWOS)/test_char.h \ $(PCRE)/config.h \ $(PCRE)/pcre.h \ @@ -54,6 +55,10 @@ cc.opt : NWGNUmakefile $(APBUILD)/NWGNUenvironment.inc $(APBUILD)/NWGNUtail.inc @echo $(DL)-I$(APRUTIL)/include$(DL)>> $@ @echo $(DL)-ir $(NOVELLLIBC)$(DL)>> $@ +$(SRC)/include/ap_config_layout.h: $(NWOS)/netware_config_layout.h + @echo Creating $@ + $(call COPY,$<,$@) + $(PCRE)/%.h: $(PCRE)/%.h.generic @echo Creating $@ $(call COPY,$<,$@) @@ -106,6 +111,7 @@ chkapr: $(APR)/build/nw_ver.awk $(APR)/include/apr_version.h install :: nlms FORCE clean :: + $(call DEL,$(SRC)/include/ap_config_layout.h) $(call DEL,$(PCRE)/config.h) $(call DEL,$(PCRE)/pcre.h) $(call DEL,$(DAV)/main/dav.imp)