From f9a122387716a5c3fb3200e545c255c07235562f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 4 Sep 2003 15:46:59 +0000 Subject: new help text git-svn-id: file:///home/lennart/svn/public/syrep/trunk@22 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8aefef0..97994b5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -pipe -O0 -g -DARCH_IS_BIG_ENDIAN=0 -D_FILE_OFFSET_BITS=64 +CFLAGS=-Wall -pipe -O0 -g -DARCH_IS_BIG_ENDIAN=0 -D_FILE_OFFSET_BITS=64 -DPACKAGE_VERSION=\"0.1\" CC=gcc all: syrep @@ -7,7 +7,7 @@ syrep: cache.o update.o util.o syrep.o md5.o md5util.o context.o package.o dbuti $(CC) -g $^ -o $@ -ldb -lz cmdline.c cmdline.h: syrep.ggo Makefile - gengetopt --unamed-opts < $< + gengetopt --unamed-opts --no-handle-help --no-handle-version < $< update.o: cmdline.h -- cgit