]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/ms.app
Fix nmake cleanall bugs.
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / ms.app
index 455549c12126a06ebb824e3de2e524eb10ec01e1..c7f2bd65837d200cef27c20680f9066f70e2a873 100644 (file)
@@ -1,6 +1,6 @@
 ## @file\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.    The full text of the license may be found at\r
@@ -28,7 +28,7 @@ clean:
        del /f /q $(OBJECTS) *.pdb > nul\r
 \r
 cleanall:\r
-       del /f /q $(OBJECTS) $(APPLICATION) *.pdb $(BIN_PATH)\*.pdb > nul\r
+       del /f /q $(OBJECTS) $(APPLICATION) *.pdb $(BIN_PATH)\$(APPNAME).pdb > nul\r
 \r
 !INCLUDE ..\Makefiles\ms.rule\r
 \r