summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:01 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:01 +0000
commit0a8e3465cb644e380ab0fc6d66f6d1f17363b34e (patch)
tree7bc1f7814b793e616fb516d130e26bae04f848cf /cmdline/makefile
parente1b74f61dfb6980d643cb7c666c761ff3bda2f1e (diff)
Sync
Author: jgg Date: 1998-10-02 04:39:42 GMT Sync
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index bbe1f5e46..65139c032 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -12,7 +12,7 @@ SOURCE = apt-cache.cc
include $(PROGRAM_H)
# The apt-config program
-PROGRAM=apt-config
+PROGRAM=apt-get
SLIBS = -lapt-pkg
-SOURCE = apt-config.cc
+SOURCE = apt-get.cc
include $(PROGRAM_H)