projects
/
osl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b7cde
)
Do not use gengetopt's --version output.
author
Andre Noll
<maan@systemlinux.org>
Fri, 6 Jun 2008 09:20:35 +0000
(11:20 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 6 Jun 2008 09:20:35 +0000
(11:20 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4bd16e4
..
4c096a1
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-106,10
+106,11
@@
fsck.cmdline.o: fsck.cmdline.c fsck.cmdline.h
%.o: %.c Makefile
$(CC) -c $(CPPFLAGS) $(CFLAGS) $(LIBCFLAGS) $<
-fsck.cmdline.h fsck.cmdline.c: fsck.ggo
+fsck.cmdline.h fsck.cmdline.c: fsck.ggo
Makefile
gengetopt $$O \
--conf-parser \
--unamed-opts=table \
+ --no-handle-version \
--file-name=fsck.cmdline \
--func-name=fsck_cmdline_parser \
--set-package="oslfsck" \