summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ff978b74f..fa9a9d815 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,6 +44,10 @@ LIBOBJS= atomicio.o authfd.o authfile.o bsd-daemon.o bsd-mktemp.o \
44 44
45all: $(OBJS) $(TARGETS) 45all: $(OBJS) $(TARGETS)
46 46
47$(OBJS): config.h
48
49$(LIBOBJS): config.h
50
47libssh.a: $(LIBOBJS) 51libssh.a: $(LIBOBJS)
48 $(AR) rv $@ $(LIBOBJS) 52 $(AR) rv $@ $(LIBOBJS)
49 $(RANLIB) $@ 53 $(RANLIB) $@