diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 | ||
45 | all: $(OBJS) $(TARGETS) | 45 | all: $(OBJS) $(TARGETS) |
46 | 46 | ||
47 | $(OBJS): config.h | ||
48 | |||
49 | $(LIBOBJS): config.h | ||
50 | |||
47 | libssh.a: $(LIBOBJS) | 51 | libssh.a: $(LIBOBJS) |
48 | $(AR) rv $@ $(LIBOBJS) | 52 | $(AR) rv $@ $(LIBOBJS) |
49 | $(RANLIB) $@ | 53 | $(RANLIB) $@ |