From b47fcfca3e58bb9a7f914f87706ae82bef979f7d Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 22 Mar 2002 02:39:35 +0000 Subject: cut and paste inserted spaces instead of tab. Some versions of make don't like this (This used to be commit c86d266d6eb665a6182f10d8acf80aadb3b6e39e) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index e8c9f6ea3b..b02ec64ba3 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -771,7 +771,7 @@ installscripts: installdirs @$(SHELL) $(srcdir)/script/installscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) installdat: installdirs - @$(SHELL) $(srcdir)/script/installdat.sh $(LIBDIR) $(srcdir) + @$(SHELL) $(srcdir)/script/installdat.sh $(LIBDIR) $(srcdir) installswat: installdirs @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir) -- cgit