From 728b9a7db97307434fb9f850d9549d096412e2f2 Mon Sep 17 00:00:00 2001 From: franklahm Date: Sun, 6 Sep 2009 11:28:14 +0000 Subject: [PATCH] Kill those spaces pretending to be tabs --- config/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/Makefile.am b/config/Makefile.am index b12632c0..bb2fd1ab 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -71,9 +71,9 @@ else install-data-local: install-config-files uninstall-local: - for f in $(CONFFILES) $(GENFILES); do \ - echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ - rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ - done + for f in $(CONFFILES) $(GENFILES); do \ + echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + done endif -- 2.39.2