From 29f61e690e82947c8f1e96e927af32dd593d069b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 28 Mar 2011 05:09:31 +0000 Subject: [PATCH] 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 --- build/NWGNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 8d730d6b29..fe228b4029 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) -- 2.50.0