From 2dc7366871b675c07a7c0b1c3f9967269d89c9a6 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Tue, 9 Oct 2012 15:29:13 -0700
Subject: [PATCH] Delete aegisub.desktop on distclean rather than clean since
 it's generate at configure time

---
 aegisub/desktop/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/desktop/Makefile b/aegisub/desktop/Makefile
index 9031659e3..1c90e857b 100644
--- a/aegisub/desktop/Makefile
+++ b/aegisub/desktop/Makefile
@@ -46,6 +46,6 @@ install-icons:
 	$(BIN_CP) $(ICON_SCALABLE) $(DESTDIR)$(P_ICON)/hicolor/$(ICON_SCALABLE)
 
 
-CLEANFILES = aegisub.desktop
+DISTCLEANFILES = aegisub.desktop
 
 include ../Makefile.target
-- 
GitLab