summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-02-16 17:36:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:10 -0500
commit2f46c8baae53c09ab96c39cf73e2aa3ddf12bd95 (patch)
tree781f3c4ca6a384b1b7a8446ac57da2eab3a29b99 /source3
parentb1002863e71c88a2b45528f1271677277d5bd6e0 (diff)
downloadsamba-2f46c8baae53c09ab96c39cf73e2aa3ddf12bd95.tar.gz
samba-2f46c8baae53c09ab96c39cf73e2aa3ddf12bd95.tar.bz2
samba-2f46c8baae53c09ab96c39cf73e2aa3ddf12bd95.zip
r13526: Remove superfuous extra spaces at EOL.
(This used to be commit 66990adface697a75f7e25f8df83375e8dd8b72b)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5e903478ba..e7bdcb8475 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -870,7 +870,7 @@ smbd/build_options.c: include/config.h.in script/mkbuildoptions.awk
@echo Generating $@
@dir=smbd $(MAKEDIR) && $(AWK) -f $(srcdir)/script/mkbuildoptions.awk > $(builddir)/smbd/build_options.c < $(srcdir)/include/config.h.in
-.c.@PICSUFFIX@:
+.c.@PICSUFFIX@:
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
@echo Compiling $*.c with @PICFLAGS@
@@ -1485,7 +1485,7 @@ installman: installdirs
.PHONY: showlayout
-showlayout:
+showlayout:
@echo "Samba will be installed into:"
@echo " basedir: $(BASEDIR)"
@echo " bindir: $(BINDIR)"
@@ -1563,22 +1563,22 @@ include/wrepld_proto.h:
-h _WREPLD_PROTO_H_ $(builddir)/include/wrepld_proto.h \
$(WREPL_OBJ1)
-nsswitch/winbindd_proto.h:
+nsswitch/winbindd_proto.h:
@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
-h _WINBINDD_PROTO_H_ $(builddir)/nsswitch/winbindd_proto.h \
$(WINBINDD_OBJ1)
-web/swat_proto.h:
+web/swat_proto.h:
@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
-h _SWAT_PROTO_H_ $(builddir)/web/swat_proto.h \
$(SWAT_OBJ1)
-client/client_proto.h:
+client/client_proto.h:
@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
-h _CLIENT_PROTO_H_ $(builddir)/client/client_proto.h \
$(CLIENT_OBJ1)
-utils/net_proto.h:
+utils/net_proto.h:
@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
-h _NET_PROTO_H_ $(builddir)/utils/net_proto.h \
$(NET_OBJ1)
@@ -1588,7 +1588,7 @@ utils/passwd_proto.h:
-h _PASSWD_PROTO_H_ $(builddir)/utils/passwd_proto.h \
utils/passwd_util.o
-utils/ntlm_auth_proto.h:
+utils/ntlm_auth_proto.h:
@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
-h _NTLM_AUTH_PROTO_H_ $(builddir)/utils/ntlm_auth_proto.h \
$(NTLM_AUTH_OBJ1)
@@ -1596,7 +1596,7 @@ utils/ntlm_auth_proto.h:
# "make headers" or "make proto" calls a subshell because we need to
# make sure these commands are executed in sequence even for a
# parallel make.
-headers:
+headers:
$(MAKE) delheaders; \
$(MAKE) smbd/build_options.c; \
$(MAKE) include/proto.h; \