summaryrefslogtreecommitdiff
path: root/build/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-28 02:46:39 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-28 02:46:39 +0000
commitbd22a646eb9255487de21a3f75d76ecc67833f0a (patch)
tree3f36f30f98d87510ebcb172647cf77e6fe54ff3d /build/NWGNUmakefile
parent3ed40a7f8c3ae99f7d24a805aae657d60fa17e1e (diff)
downloadapr-bd22a646eb9255487de21a3f75d76ecc67833f0a.tar.gz
fixed NetWare build (continued...)
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUmakefile')
-rw-r--r--build/NWGNUmakefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index f23e37d2f..0e8745034 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -52,25 +52,25 @@ ifneq "$(LDAPSDK)" ""
@echo -ir $(LDAPSDK) >> $@
endif
-$(APR)/include/%.h: $(subst /,\,$(APR))\include\%.hnw
+$(APR)/include/%.h: $(APR)/include/%.hnw
@echo Creating $(subst /,\,$@)
- copy $< $(subst /,\,$(APR))\include\$(@F)
+ copy $(subst /,\,$<) $(subst /,\,$@)
-$(APR)/include/private/%.h: $(subst /,\,$(APR))\include\private\%.hnw
+$(APR)/include/private/%.h: $(APR)/include/private/%.hnw
@echo Creating $(subst /,\,$@)
- copy $< $(subst /,\,$(APR))\include\private\$(@F)
+ copy $(subst /,\,$<) $(subst /,\,$@)
-$(APR)/include/private/%.h: $(subst /,\,$(APR))\include\private\%.hw
+$(APR)/include/private/%.h: $(APR)/include/private/%.hw
@echo Creating $(subst /,\,$@)
- copy $< $(subst /,\,$(APR))\include\private\$(@F)
+ copy $(subst /,\,$<) $(subst /,\,$@)
-$(APR)/xml/%.h: $(subst /,\,$(APR))\xml\%.hnw
+$(APRXML)/%.h: $(APRXML)/%.hnw
@echo Creating $(subst /,\,$@)
- copy $< $(subst /,\,$(APR))\xml\$(@F)
+ copy $(subst /,\,$<) $(subst /,\,$@)
-$(APR)/xml/expat/lib/%.h: $(subst /,\,$(APR))\xml\expat\lib\%.h.in
- @echo Creating $(subst /,\,$@)
- copy $< $(subst /,\,$(APR))\xml\expat\lib\$(@F)
+$(APRXML)/expat/lib/%.h: $(APRXML)/expat/lib/%.h.in
+ @echo Creating $@
+ copy $(subst /,\,$<) $(subst /,\,$@)
#
# You can use this target if all that is needed is to copy files to the
@@ -82,7 +82,7 @@ install :: nlms FORCE
clean ::
$(CHK) nw_export.i $(DEL) nw_export.i
$(CHK) $(NLM_NAME)_cc.opt $(DEL) $(NLM_NAME)_cc.opt
- $(CHK) NWGNUversion.inc $(DEL) NWGNUversion.inc
+ $(CHK) NWGNUversion.inc $(DEL) NWGNUversion.inc
$(CHK) $(subst /,\,$(APR))\include\apr.h $(DEL) $(subst /,\,$(APR))\include\apr.h
$(CHK) $(subst /,\,$(APR))\include\apu.h $(DEL) $(subst /,\,$(APR))\include\apu.h
$(CHK) $(subst /,\,$(APR))\include\apu_want.h $(DEL) $(subst /,\,$(APR))\include\apu_want.h