summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbm/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/NWGNUmakefile b/dbm/NWGNUmakefile
index 9307b845..7e610fec 100644
--- a/dbm/NWGNUmakefile
+++ b/dbm/NWGNUmakefile
@@ -235,7 +235,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
#
install :: nlms $(INSTDIRS) FORCE
- copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+ $(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
#
# Any specialized rules here