Browse Source

* fixed CVS dir problem install/binw32 with a -

marco 23 years ago
parent
commit
e4ab38f687
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1670,7 +1670,7 @@ ifeq ($(OS_TARGET),go32v2)
 	$(COPY) $(CVSINSTALL)/bingo32/* $(INSTALL_BINDIR)
 endif
 ifeq ($(OS_TARGET),win32)
-	$(COPY) $(CVSINSTALL)/binw32/* $(INSTALL_BINDIR)
+	-$(COPY) $(CVSINSTALL)/binw32/* $(INSTALL_BINDIR)
 endif
 ifeq ($(OS_TARGET),linux)
 	$(MAKE) -C $(CVSINSTALL)/man installman