diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-07 22:52:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 22:53:46 +0100 |
commit | bd5a6c285cbfbc77c3daad481687a1287a097a87 (patch) | |
tree | 56363f6b45ddf1d88752efd72d20966c90d85046 /Makefile.in | |
parent | b38e996bcee13eacb61f340ccff787806c053ce8 (diff) |
a little instdir sub-dir cleanup
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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)" |