Add "$(OBJS): config.h" so everything will rebuild if config.h changes.
authorDavid Dykstra <dwd@samba.org>
Fri, 30 Nov 2001 22:21:20 +0000 (22:21 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 30 Nov 2001 22:21:20 +0000 (22:21 +0000)
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)