[Linux-decnet-commit] CVS: dnprogs Makefile,1.37,1.38
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2008-09-06 15:13:06
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6777 Modified Files: Makefile Log Message: do a clean before a 'make dist' so I don't leave binaries in the tarball, sigh Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** Makefile 5 Sep 2008 08:19:44 -0000 1.37 --- Makefile 6 Sep 2008 15:13:02 -0000 1.38 *************** *** 47,51 **** # Make the distribution tar file # ! dist: cp debian/changelog NEWS for i in $(SUBDIRS); do cd $$i; rm -f .depend; cd ..; done --- 47,51 ---- # Make the distribution tar file # ! dist: clean cp debian/changelog NEWS for i in $(SUBDIRS); do cd $$i; rm -f .depend; cd ..; done |