From 18cdb6be81e22cbd31f8ed5b2b39a241a6a21218 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 18 Mar 2004 01:42:36 +0000 Subject: [PATCH] missing-spaces-20040317 Add trailing spaces to xcopy commmands. --- src/NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 21fd3d76e..a8bdef560 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -573,8 +573,8 @@ lang: nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile lang" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile lang" install mkdir: - -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\ - -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\ + -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\ + -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\ -mkdir $(DESTDIR)\checked -mkdir $(DESTDIR)\free -mkdir $(DESTDIR)\checked\bin -- 2.39.5