summaryrefslogtreecommitdiff
path: root/crashrep/source/unx/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep/source/unx/makefile.mk')
-rwxr-xr-xcrashrep/source/unx/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk
index fb0465d329fc..8383f682443c 100755
--- a/crashrep/source/unx/makefile.mk
+++ b/crashrep/source/unx/makefile.mk
@@ -28,7 +28,7 @@
PRJ=..$/..
PRJNAME=crashrep
-TARGET=crash_report.bin
+TARGET=crashrep
TARGETTYPE=CUI
ENABLE_EXCEPTIONS=TRUE
@@ -63,8 +63,6 @@ APP1STDLIBS+=-ldl -lnsl
APP1STDLIBS+=-lsocket
.ENDIF
-UNIXTEXT = $(MISC)/crash_report.sh
-
.ENDIF # "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == ""
# --- Targets ------------------------------------------------------