diff options
author | Herb Lewis <herb@samba.org> | 2002-03-22 02:39:35 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2002-03-22 02:39:35 +0000 |
commit | c86d266d6eb665a6182f10d8acf80aadb3b6e39e (patch) | |
tree | 55c4d90cafc5f883d8c66c53e9446ca29ed112a5 | |
parent | 4d31151977f358c50986131dbd311c3ee69e9286 (diff) | |
download | samba-c86d266d6eb665a6182f10d8acf80aadb3b6e39e.tar.gz samba-c86d266d6eb665a6182f10d8acf80aadb3b6e39e.tar.xz samba-c86d266d6eb665a6182f10d8acf80aadb3b6e39e.zip |
cut and paste inserted spaces instead of tab. Some versions of make don't
like this
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index e8c9f6ea3b8..b02ec64ba3f 100644 --- a/source/Makefile.in +++ b/source/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) |