* Makefile.in (install-local): Remove all files in
$(DESTDIR)$(pkglibdir) before installing new files there.
+2009-08-21 Pavel Roskin <proski@gnu.org>
+
+ * Makefile.in (install-local): Remove all files in
+ $(DESTDIR)$(pkglibdir) before installing new files there.
+
2009-08-18 Felix Zielcke <fzielcke@z-51.de>
* util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Use
install-local: all
$(SHELL) $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ rm -f $(DESTDIR)$(pkglibdir)/*
@list='$(PKGLIB)'; \
for file in $$list; do \
if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \