From: Eugene V. Lyubimkin Date: Wed, 29 Oct 2008 21:21:22 +0000 (+0200) Subject: Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory. X-Git-Tag: 0.7.21~72^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f72538c52031241cb3cb3cd46c87cd046e20f237?hp=-c Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory. --- f72538c52031241cb3cb3cd46c87cd046e20f237 diff --git a/debian/changelog b/debian/changelog index 47e2d9587..58e3f15d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ apt (0.7.17) unstable; urgency=low * debian/{postrm,prerm,preinst}: - Added 'set -e', fixes lintian warnings 'maintainer-script-ignores-error'. + * dselect/makefile: + - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly. -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/dselect/makefile b/dselect/makefile index c2059f92a..fab72b264 100644 --- a/dselect/makefile +++ b/dselect/makefile @@ -11,7 +11,7 @@ TO = $(BUILD)/scripts/dselect TARGET = program include $(COPY_H) -LOCAL = dselect +# LOCAL = dselect SOURCE = install update TYPE = sh include $(PODOMAIN_H)