Explorar o código

Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.

Eugene V. Lyubimkin %!s(int64=17) %!d(string=hai) anos
pai
achega
f72538c520
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      debian/changelog
  2. 1 1
      dselect/makefile

+ 2 - 0
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 <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
 

+ 1 - 1
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)