diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-19 15:07:53 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-19 15:07:53 +0000 |
commit | 4a0a786f45a78eb8631c0e2d39d804ab9fdea214 (patch) | |
tree | df7cc0b161d653262df476eecd3c183bfe2e4c6c /methods/makefile | |
parent | 2e178d1c3e0035616b338d7597a0c9d33e3bc080 (diff) |
* use the new cool rred method for the patchting
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index 93ad6d875..bf8fc0dab 100644 --- a/methods/makefile +++ b/methods/makefile @@ -63,7 +63,7 @@ include $(PROGRAM_H) PROGRAM=rred SLIBS = -lapt-pkg $(SOCKETLIBS) LIB_MAKES = apt-pkg/makefile -SOURCE = rred +SOURCE = rred.cc include $(PROGRAM_H) # The rsh method |