Commit ca21f154 authored by Alexandre Julliard's avatar Alexandre Julliard

dlls: Remove 16-bit files on make clean.

parent f8ed06ea
......@@ -1766,7 +1766,7 @@ uninstall::
-rmdir $(DESTDIR)$(dlldir)
clean::
$(RM) $(IMPORT_SYMLINKS)
$(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES)
check test:: $(BUILDSUBDIRS:%=%/__test__)
......
......@@ -351,7 +351,7 @@ uninstall::
-rmdir \$(DESTDIR)\$(dlldir)
clean::
\$(RM) \$(IMPORT_SYMLINKS)
\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
check test:: \$(BUILDSUBDIRS:%=%/__test__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment