summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
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)