diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 23:30:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 23:30:27 +0000 |
commit | c2bcd64269b1c7a3dec87651464dc7a54eed3737 (patch) | |
tree | bdacdf05341dda1439efd72da0e6ed024a29b434 | |
parent | b4fb4caf9032875fe50725c9b71b6411538ba85f (diff) | |
download | samba-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)
-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 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 \ |