diff options
| author | Lennart Poettering <lennart@poettering.net> | 2003-08-28 00:26:05 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2003-08-28 00:26:05 +0000 |
| commit | 98f36517251b5bccdb80d90d698c173c18ee4a29 (patch) | |
| tree | bdcbb19a48d0f4fb06c96fb7376cf5b549539e68 /src/Makefile | |
| parent | 7ea422bfaf6c9d22346cd415fd6b97712322fd81 (diff) | |
implemented merging an patch making
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@9 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index addd2e8..a7e55ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ CC=gcc all: syrep -syrep: cache.o update.o util.o syrep.o md5.o md5util.o context.o package.o dbutil.o cmdline.o info.o history.o dump.o list.o diff.o merge.o extract.o +syrep: cache.o update.o util.o syrep.o md5.o md5util.o context.o package.o dbutil.o cmdline.o info.o history.o dump.o list.o diff.o merge.o extract.o makepatch.o $(CC) -g $^ -o $@ -ldb cmdline.c cmdline.h: syrep.ggo Makefile |
