the IRIX make is very fussy amount comment lines. If a comment line
authorAndrew Tridgell <tridge@samba.org>
Mon, 5 Oct 1998 23:30:27 +0000 (23:30 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 5 Oct 1998 23:30:27 +0000 (23:30 +0000)
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

index fcfcc34b94b5f61cebf4b4221a0a52ecab2962e1..6187e7c51d4b970e0d00d707ebced37a1ad2f93f 100644 (file)
@@ -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 \