diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:10:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:10:20 +0000 |
commit | 534d48ffedd7b2050ebccb10ab43d92b8a6248bd (patch) | |
tree | 494dcd1ec9526b2c7eaaa34cf9fafa04016e8e5b /Makefile.in | |
parent | Releasing debian version 1.12-3. (diff) | |
download | lunzip-534d48ffedd7b2050ebccb10ab43d92b8a6248bd.tar.xz lunzip-534d48ffedd7b2050ebccb10ab43d92b8a6248bd.zip |
Merging upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index aff94d4..ffc4ce8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ objs = carg_parser.o lzip_index.o list.o decoder.o main.o all : $(progname) $(progname) : $(objs) - $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(objs) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(objs) main.o : main.c $(CC) $(CPPFLAGS) $(CFLAGS) -DPROGVERSION=\"$(pkgversion)\" -c -o $@ $< |