summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 23:30:27 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 23:30:27 +0000
commitc2bcd64269b1c7a3dec87651464dc7a54eed3737 (patch)
treebdacdf05341dda1439efd72da0e6ed024a29b434 /source3/Makefile.in
parentb4fb4caf9032875fe50725c9b71b6411538ba85f (diff)
downloadsamba-c2bcd64269b1c7a3dec87651464dc7a54eed3737.tar.gz
samba-c2bcd64269b1c7a3dec87651464dc7a54eed3737.tar.bz2
samba-c2bcd64269b1c7a3dec87651464dc7a54eed3737.zip
the IRIX make is very fussy amount comment lines. If a comment line
has a trailing \ then it continues the comment and wipes out the next non-blank line! be careful when commenting out bits of the Makefile (This used to be commit 450b1813bf965cc43b9551f265d824b13885bff4)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index fcfcc34b94..6187e7c51d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -192,7 +192,7 @@ RPCCLIENT_OBJ = rpcclient/rpcclient.o \
rpcclient/cmd_srvsvc.o \
$(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_OBJ)
-# rpcclient/cmd_netlogon.o \
+# rpcclient/cmd_netlogon.o
SMBWRAPPER_OBJ = smbwrapper/smbw.o smbwrapper/wrapped.o \
smbwrapper/smbw_dir.o smbwrapper/smbw_stat.o \