lang-clean-fix-20041018
authorJeffrey Altman <jaltman@mit.edu>
Mon, 18 Oct 2004 23:31:56 +0000 (23:31 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 18 Oct 2004 23:31:56 +0000 (23:31 +0000)
Fix the for loop used to clean the language directories

src/WINNT/install/wix/NTMakefile

index 8ea9570..b335a43 100644 (file)
@@ -62,9 +62,8 @@ $(WIXOBJ): openafs.wxs $(WIXINCLUDES)
 
 # Cleanup
 clean::
-       for %l in ( $(LANGUAGES) ) do (
+       for %l in ( $(LANGUAGES) ) do \
                $(MAKE) /f NTMakefile /nologo LANG=%l lang_clean
-       )
        $(CD) custom
        $(MAKE) /f NTMakefile /nologo clean
        $(CD) ..