diff options
| author | Lennart Poettering <lennart@poettering.net> | 2003-08-29 01:21:11 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2003-08-29 01:21:11 +0000 |
| commit | db3b96fc0014a5e860df1efc729b38d629662826 (patch) | |
| tree | 9076f5b7c6a14c6239b562d442cdf46d755c9ff0 /src/Makefile | |
| parent | 0d7460e9592c501b48fe9ab05d8e7fd52cb5bb4d (diff) | |
many fixes
--cleanup implemented
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index a7e55ec..2032e76 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,10 +1,9 @@ -CFLAGS=-Wall -pipe -O0 -g +CFLAGS=-Wall -pipe -O0 -g -DARCH_IS_BIG_ENDIAN=0 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 makepatch.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 cleanup.o $(CC) -g $^ -o $@ -ldb cmdline.c cmdline.h: syrep.ggo Makefile |
