bug on Makefile.in (SAMBA_2_0 branch)

Tim Rice tim at trr.metro.NET
Sun Dec 13 02:05:23 GMT 1998


I found a problem with Makefile.in

Scripts do not get installed if you build outside the source tree.
adding ${srcdir}/ seems to fix it.

I've attached a patch.


-- 
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim at trr.metro.net
-------------- next part --------------
*** Makefile.in.old	Thu Dec 10 15:57:59 1998
--- Makefile.in	Sat Dec 12 18:00:55 1998
***************
*** 82,88 ****
  MPROGS = @MPROGS@
  PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef 
  
! SCRIPTS = script/smbtar script/addtosmbpass script/convert_smbpasswd
  
  QUOTAOBJS=@QUOTAOBJS@
  
--- 82,89 ----
  MPROGS = @MPROGS@
  PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef 
  
! SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass \
! 	$(srcdir)/script/convert_smbpasswd
  
  QUOTAOBJS=@QUOTAOBJS@
  


More information about the samba-technical mailing list