summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-31 05:31:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-31 05:31:44 +0000
commit4030bf173eefa59aa60e38ec9ba28f0a8f741afb (patch)
tree75d431ddd5bf3bb4ba4f8aac394a41ec7e7a3394 /Makefile.in
parentReleasing debian version 1.24~rc2-1. (diff)
downloadlzip-4030bf173eefa59aa60e38ec9ba28f0a8f741afb.tar.xz
lzip-4030bf173eefa59aa60e38ec9ba28f0a8f741afb.zip
Merging upstream version 1.24.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index adf90e0..2b7f23c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,10 +28,6 @@ main.o : main.cc
%.o : %.cc
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<
-# prevent 'make' from trying to remake source files
-$(VPATH)/configure $(VPATH)/Makefile.in $(VPATH)/doc/$(pkgname).texi : ;
-%.h %.cc : ;
-
$(objs) : Makefile
arg_parser.o : arg_parser.h
decoder.o : lzip.h decoder.h