]> arthur.barton.de Git - netatalk.git/commitdiff
Kill those spaces pretending to be tabs
authorfranklahm <franklahm>
Sun, 6 Sep 2009 11:28:14 +0000 (11:28 +0000)
committerfranklahm <franklahm>
Sun, 6 Sep 2009 11:28:14 +0000 (11:28 +0000)
config/Makefile.am

index b12632c0fcbacbc8cadb540f20018144b94597f5..bb2fd1ab4b9a020622dc209a0f7f66e67698f360 100644 (file)
@@ -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