From: Ian Jackson Date: Fri, 29 Nov 2013 18:46:59 +0000 (+0000) Subject: cprogs/Makefile: clean deletes $PROGRAMS X-Git-Tag: debian/4.3.0~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=9ad4ff7e1682cab46662de20b5c35f74075d07c0;ds=sidebyside cprogs/Makefile: clean deletes $PROGRAMS --- diff --git a/cprogs/Makefile b/cprogs/Makefile index 5e42f50..5637696 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -78,7 +78,7 @@ install-docs: watershed.txt install-examples: clean: - rm -f *~ ./#*# *.o + rm -f *~ ./#*# *.o $(PROGRAMS) distclean realclean: clean rm -f $(TARGETS) diff --git a/debian/changelog b/debian/changelog index 274f2df..e5b0653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ chiark-utils (4.2.1~~iwj4) unstable; urgency=low relax this security barrier in existing deployments.) Closes:#693356. * watershed; Provide -h and --help options. Closes:#659989. * xbatmon-simple: Saner build rune. + * cprogs/Makefile: clean deletes $PROGRAMS --