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 | b47fcfca3e58bb9a7f914f87706ae82bef979f7d (patch) | |
tree | b249d8571a94d90fe7f9d2490c2b778998c5bdd3 /source3 | |
parent | 64f18308b7e1a9c1119f59d29b577dbb0996127b (diff) | |
download | samba-b47fcfca3e58bb9a7f914f87706ae82bef979f7d.tar.gz samba-b47fcfca3e58bb9a7f914f87706ae82bef979f7d.tar.bz2 samba-b47fcfca3e58bb9a7f914f87706ae82bef979f7d.zip |
cut and paste inserted spaces instead of tab. Some versions of make don't
like this
(This used to be commit c86d266d6eb665a6182f10d8acf80aadb3b6e39e)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |