diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-17 16:27:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-18 09:37:00 +0100 |
commit | 14b95f66719269e94a717283cf5f6e9cfbd4aad5 (patch) | |
tree | 26730aedaac640021f5b8349614db30ff9fa88bd /Makefile.in | |
parent | 8c8c65c84de44f9a9334f72cf05138e5bc9401bd (diff) |
No more need to generate lo.xcent from lo.xcent.in
...after fd34a19b4d8ccbd8740cf6056be87b8c267caaec "Seems that we don't need the
com.apple.application-identifier after all" dropped the last @...@ replacement
there
Change-Id: Id6f4d1065b28be12e5d727bab553daa17fc4dfcb
Reviewed-on: https://gerrit.libreoffice.org/65275
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 55ebf44dd8c4..0066401b869a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,7 +219,6 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/config_host/*.h \ $(BUILDDIR)/configure \ $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ - $(BUILDDIR)/lo.xcent \ $(BUILDDIR)/sysui/desktop/macosx/Info.plist $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \; |