Author: metze Date: 2005-06-26 12:27:40 +0000 (Sun, 26 Jun 2005) New Revision: 6
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=6 Log: fix make install metze Modified: trunk/build/smb_build/makefile.pm Changeset: Modified: trunk/build/smb_build/makefile.pm =================================================================== --- trunk/build/smb_build/makefile.pm 2005-06-26 12:21:04 UTC (rev 5) +++ trunk/build/smb_build/makefile.pm 2005-06-26 12:27:40 UTC (rev 6) @@ -617,7 +617,9 @@ bin/regpatch \ bin/regdiff -install: showlayout installbin installtorture installldb installreg installdat installswat +#install: showlayout installbin installtorture installldb installreg installdat installswat +install: + @echo "Nothing to install in the smb-build repository" # DESTDIR is used here to prevent packagers wasting their time # duplicating the Makefile. Remove it and you will have the privelege