dlls: Remove 16-bit files on make clean.

This commit is contained in:
Alexandre Julliard 2006-03-02 16:16:31 +01:00
parent f8ed06ea3d
commit ca21f1541f
2 changed files with 2 additions and 2 deletions

View File

@ -1766,7 +1766,7 @@ uninstall::
-rmdir $(DESTDIR)$(dlldir)
clean::
$(RM) $(IMPORT_SYMLINKS)
$(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES)
check test:: $(BUILDSUBDIRS:%=%/__test__)

View File

@ -351,7 +351,7 @@ uninstall::
-rmdir \$(DESTDIR)\$(dlldir)
clean::
\$(RM) \$(IMPORT_SYMLINKS)
\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
check test:: \$(BUILDSUBDIRS:%=%/__test__)