diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-08 19:36:31 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-08 19:36:31 +0200 |
commit | c15f569038c9d08cfb5186945d9c5095f7776768 (patch) | |
tree | 40bb14911bf21af9d4a66fe3b8d6ced900966150 /cmdline/makefile | |
parent | 9d2938d4e6e86c6afdb9606f76f4ae9ce0ac4ee5 (diff) |
* apt-pkg/algorithms.cc:
- bugfix in the InstallProcted() code (preserver the auto-install information)
* cmdline/makefile:
- install apt-mark as well
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmdline/makefile b/cmdline/makefile index 882a0e1b5..49035be44 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -52,3 +52,9 @@ SOURCE=apt-key TO=$(BIN) TARGET=program include $(COPY_H) + +# The apt-mark program +SOURCE=apt-mark +TO=$(BIN) +TARGET=program +include $(COPY_H) |