From b378cd8898ef493b08d356ed72b2f742e6522e4a Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 20 May 2007 20:56:19 +0000 Subject: [PATCH] Fix space->tab issue in a Makefile (need tabs, not spaces) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16113 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/libqof/qof/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libqof/qof/Makefile.am b/lib/libqof/qof/Makefile.am index 187f65b731..3495af72d2 100644 --- a/lib/libqof/qof/Makefile.am +++ b/lib/libqof/qof/Makefile.am @@ -97,8 +97,8 @@ endif qofla-dir.h: $(srcdir)/qofla-dir.h.in Makefile rm -f $@.tmp sed < $< > $@.tmp \ - -e 's#@-libdir-@#${QOF_LIB_DIR}#g' - mv $@.tmp $@ + -e 's#@-libdir-@#${QOF_LIB_DIR}#g' + mv $@.tmp $@ BUILT_SOURCES = qofla-dir.h CLEANFILES = $(BUILT_SOURCES)