diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-29 23:21:22 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-29 23:21:22 +0200 |
commit | f72538c52031241cb3cb3cd46c87cd046e20f237 (patch) | |
tree | 27f7ef09f7fb2604658cb9b6fd89e40d0e6af8f3 /dselect | |
parent | 0c96f6dfdc1cb3a64b1be05bb192463d1601edc0 (diff) |
Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |