Add "$(OBJS): config.h" so everything will rebuild if config.h changes.
[rsync/rsync.git] / Makefile.in
index 7d0b62b..dad43db 100644 (file)
@@ -65,6 +65,8 @@ rsync: $(OBJS)
        @echo "Please ignore warnings below about mktemp -- it is used in a safe way"
        $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
 
+$(OBJS): config.h
+
 tls: $(tls_OBJ)
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(tls_OBJ) $(LIBS)