summaryrefslogtreecommitdiff
path: root/support/NWGNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/NWGNUmakefile')
-rw-r--r--support/NWGNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/NWGNUmakefile b/support/NWGNUmakefile
index 8116cbf0..7d5902d2 100644
--- a/support/NWGNUmakefile
+++ b/support/NWGNUmakefile
@@ -10,7 +10,7 @@ SUBDIRS = \
# paths to tools
#
-include $(AP_WORK)\build\NWGNUhead.inc
+include $(AP_WORK)/build/NWGNUhead.inc
#
# build this level's files
@@ -110,7 +110,7 @@ NLM_THREAD_NAME =
#
# If this is specified, it will override VERSION value in
-# $(AP_WORK)\build\NWGNUenvironment.inc
+# $(AP_WORK)/build/NWGNUenvironment.inc
#
NLM_VERSION =
@@ -232,10 +232,10 @@ nlms :: libs $(TARGET_nlm)
#
# Updated this target to create necessary directories and copy files to the
-# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
+# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms FORCE
- copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\bin\*.*
+ $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/bin/)
#
# Any specialized rules here
@@ -246,6 +246,6 @@ install :: nlms FORCE
# in this makefile
#
-include $(AP_WORK)\build\NWGNUtail.inc
+include $(APBUILD)/NWGNUtail.inc