diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:13:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:13:20 +0000 |
commit | 83ee6131390406477f652741c1ebb25cc17e3181 (patch) | |
tree | 553f2f499192b3fa71f01f814120799aeab8a242 /Makefile.in | |
parent | Adding upstream version 1.22. (diff) | |
download | lziprecover-83ee6131390406477f652741c1ebb25cc17e3181.tar.xz lziprecover-83ee6131390406477f652741c1ebb25cc17e3181.zip |
Adding upstream version 1.23.upstream/1.23
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ee413f0..a8bd012 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,10 +23,10 @@ unzobjs = arg_parser.o unzcrash.o all : $(progname) $(progname) : $(objs) - $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(objs) + $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(objs) unzcrash : $(unzobjs) - $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(unzobjs) + $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(unzobjs) main.o : main.cc $(CXX) $(CPPFLAGS) $(CXXFLAGS) -DPROGVERSION=\"$(pkgversion)\" -c -o $@ $< @@ -38,6 +38,7 @@ unzcrash.o : unzcrash.cc $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< $(objs) : Makefile +lzip.h : common.h alone_to_lz.o : lzip.h mtester.h arg_parser.o : arg_parser.h decoder.o : lzip.h decoder.h |