Changeset 3052 for trunk/src


Ignore:
Timestamp:
Mar 9, 2000, 5:52:56 PM (25 years ago)
Author:
bird
Message:

Added '-' to RM (it didn't like the CVS directories).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r3051 r3052  
    11################################################################################
    2 # $Id: Makefile,v 1.36 2000-03-09 16:49:39 bird Exp $
     2# $Id: Makefile,v 1.37 2000-03-09 16:52:56 bird Exp $
    33#
    44# Copyright 1998-2000 knut st. osmundsen
     
    374374clean:
    375375    @$(ECHO) cleaning....
    376     $(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map *.dll *.pch \
     376    -$(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map *.dll *.pch \
    377377!if "$(WIN32KBIN)" != ""
    378378        $(WIN32KBIN)\* \
Note: See TracChangeset for help on using the changeset viewer.