From c2bcd64269b1c7a3dec87651464dc7a54eed3737 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Oct 1998 23:30:27 +0000 Subject: 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) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 \ -- cgit