mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
plugins/Makefile.am: Don't fail when trying to remove nonexisting file
https://bugzilla.gnome.org/show_bug.cgi?id=743189
This commit is contained in:
parent
0bfebc3cae
commit
22c13b3144
@ -24,8 +24,8 @@ pkglib_LTLIBRARIES = default.la
|
||||
# (There is no way to stop libtool generating static libs locally, and we
|
||||
# cannot do this globally because of libmutter-private.so).
|
||||
install-exec-hook:
|
||||
-rm $(DESTDIR)$(pkglibdir)/*.a
|
||||
-rm $(DESTDIR)$(pkglibdir)/*.la
|
||||
-rm -f $(DESTDIR)$(pkglibdir)/*.a
|
||||
-rm -f $(DESTDIR)$(pkglibdir)/*.la
|
||||
|
||||
# Since we removed the .la file, 'make uninstall' doesn't work properly,
|
||||
# since it counts on libtool to remove the .la files, so just kill the
|
||||
|
Loading…
Reference in New Issue
Block a user