Selaa lähdekoodia

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

Eugene V. Lyubimkin 17 vuotta sitten
vanhempi
commit
f72538c520
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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}:
   * debian/{postrm,prerm,preinst}:
     - Added 'set -e', fixes lintian warnings
     - Added 'set -e', fixes lintian warnings
       'maintainer-script-ignores-error'.
       '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
  -- 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
 TARGET = program
 include $(COPY_H)
 include $(COPY_H)
 
 
-LOCAL = dselect
+# LOCAL = dselect
 SOURCE = install update
 SOURCE = install update
 TYPE = sh
 TYPE = sh
 include $(PODOMAIN_H)
 include $(PODOMAIN_H)