summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4f2589556ae3..cb3efcb4f7a1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -275,11 +275,11 @@ dev-install:
@echo
@echo "dev-install is obsolete! Just build with \"make check\" and run"
ifeq ($(OS),MACOSX)
- @echo " open instdir/*/$(PRODUCTNAME).app"
+ @echo " open instdir/$(PRODUCTNAME).app"
@echo
- @echo "To debug: gdb instdir/*/$(PRODUCTNAME).app/Contents/MacOS/soffice"
+ @echo "To debug: gdb instdir/$(PRODUCTNAME).app/Contents/MacOS/soffice"
else
- @echo " instdir/*/program/soffice"
+ @echo " instdir/program/soffice"
endif
@echo
@echo "(only if you have good reason to test an actual installation: make test-install)"