summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:45 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:45 +0000
commit234edfd074bd8a356494d5d8df8774cf1b096fd8 (patch)
tree25d2d20afc768f9a1ccd62b450557b1f8c774748 /cmdline/makefile
parent48d13628fd257b5bc1dec5c73b2829772a730e16 (diff)
apt-extracttemplates cleanup
Author: tausq Date: 2001-02-25 04:53:59 GMT apt-extracttemplates cleanup
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index 0f19d8e59..0c34c1ff9 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -44,5 +44,5 @@ include $(PROGRAM_H)
PROGRAM=apt-extracttemplates
SLIBS = -lapt-pkg -lapt-inst
LIB_MAKES = apt-pkg/makefile
-SOURCE = apt-extracttemplates.cc debfile.cc
+SOURCE = apt-extracttemplates.cc
include $(PROGRAM_H)