2009-06-08 Felix Zielcke <fzielcke@z-51.de>

* Makefile.in (uninstall): Remove all $lib_DATA files.
This commit is contained in:
fzielcke 2009-06-08 13:11:58 +00:00
parent 4c9ec6b3fc
commit af3612634d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (uninstall): Remove all $lib_DATA files.
2009-06-08 Vladimir Serbinenko <phcoder@gmail.com>
Bugfix: install on partitionless device

View File

@ -315,6 +315,12 @@ uninstall:
dest="`echo $$file | sed 's,include/,,'`"; \
rm -f $(DESTDIR)$(includedir)/$$dest; \
done
@list='$(lib_DATA)'; \
for file in $$list; do \
dest="`echo $$file | sed 's,.*/,,'`"; \
echo rm -f $(DESTDIR)$(libdir)/$$dest; \
rm -f $(DESTDIR)$(libdir)/grub/$$dest; \
done
clean:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)