]> granicus.if.org Git - apache/commitdiff
Added copy rule for creating include/ap_config_layout.h.
authorGuenter Knauf <fuankg@apache.org>
Mon, 28 Mar 2011 05:09:31 +0000 (05:09 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 28 Mar 2011 05:09:31 +0000 (05:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086122 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUmakefile

index 8d730d6b295ae9ac1b776720d3c315beba7f049c..fe228b4029773af4a2e43c9d72b9226357320333 100644 (file)
@@ -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)