diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 12:25:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 12:25:47 +0000 |
commit | e9d153cbb3f2d324182e34899404446537334a56 (patch) | |
tree | 16b3c05f736d638e89dadc1e630d2d2925ede229 /Makefile.in | |
parent | Releasing debian version 1.12-4. (diff) | |
download | clzip-e9d153cbb3f2d324182e34899404446537334a56.tar.xz clzip-e9d153cbb3f2d324182e34899404446537334a56.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 ec41f91..5f77295 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ objs = carg_parser.o lzip_index.o list.o encoder_base.o encoder.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 $@ $< |