summaryrefslogtreecommitdiff
path: root/desktop/Executable_crashrep.com.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Executable_crashrep.com.mk')
-rw-r--r--desktop/Executable_crashrep.com.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/Executable_crashrep.com.mk b/desktop/Executable_crashrep.com.mk
index 13807cdb4329..15d69bf04adf 100644
--- a/desktop/Executable_crashrep.com.mk
+++ b/desktop/Executable_crashrep.com.mk
@@ -23,8 +23,4 @@ $(eval $(call gb_Executable_add_exception_objects,crashrep_com,\
desktop/win32/source/guistdio/guistdio \
))
-# the resulting executable is called crashrep_com.exe, copy it to crashrep.com
-$(eval $(call gb_Package_Package,crashrep_com,$(OUTDIR)/bin))
-$(eval $(call gb_Package_add_file,crashrep_com,bin/crashrep.com,crashrep_com.exe))
-
# vim: set ts=4 sw=4 et: