summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
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