Alexandre Julliard : dlls: Remove 16-bit files on make clean.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 2 11:12:04 CST 2006


Module: wine
Branch: refs/heads/master
Commit: ca21f1541f2df7b7e69f6c19c6b4756c62e6551a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=ca21f1541f2df7b7e69f6c19c6b4756c62e6551a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar  2 16:16:31 2006 +0100

dlls: Remove 16-bit files on make clean.

---

 dlls/Makefile.in |    2 +-
 dlls/make_dlls   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/Makefile.in b/dlls/Makefile.in
index 0e7c6ad..3dafd6c 100644
--- a/dlls/Makefile.in
+++ b/dlls/Makefile.in
@@ -1766,7 +1766,7 @@ uninstall::
 	-rmdir $(DESTDIR)$(dlldir)
 
 clean::
-	$(RM) $(IMPORT_SYMLINKS)
+	$(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES)
 
 check test:: $(BUILDSUBDIRS:%=%/__test__)
 
diff --git a/dlls/make_dlls b/dlls/make_dlls
index 0f2bc5b..0a9012b 100755
--- a/dlls/make_dlls
+++ b/dlls/make_dlls
@@ -351,7 +351,7 @@ uninstall::
 	-rmdir \$(DESTDIR)\$(dlldir)
 
 clean::
-	\$(RM) \$(IMPORT_SYMLINKS)
+	\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
 
 check test:: \$(BUILDSUBDIRS:%=%/__test__)
 




More information about the wine-cvs mailing list