]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
remove 2 echo's accidentally introduced in previous commit
authorfzielcke <fzielcke@localhost>
Mon, 8 Jun 2009 12:45:04 +0000 (12:45 +0000)
committerfzielcke <fzielcke@localhost>
Mon, 8 Jun 2009 12:45:04 +0000 (12:45 +0000)
Makefile.in

index 0be40f57eebedb7b62399a6f43709da06b051499..2a4f38615bbe97bc56c7da9637f0ca95331f737d 100644 (file)
@@ -312,9 +312,7 @@ uninstall:
        done
        @list='$(include_DATA)'; \
        for file in $$list; do \
-         echo $$file; \
          dest="`echo $$file | sed 's,include/,,'`"; \
-         echo $$dest; \
          rm -f $(DESTDIR)$(includedir)/$$dest; \
        done