aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>2001-11-30 22:21:20 +0000
committerDavid Dykstra <dwd@samba.org>2001-11-30 22:21:20 +0000
commita5ce1eb1af49b8511c84438e3c766363b9b79f0f (patch)
treec806380a870521975243ab57e89b58bc9f60d4b2 /Makefile.in
parent76a78cd8bc8eda730b78d7161ddbfdd8408fb263 (diff)
downloadandroid_external_rsync-a5ce1eb1af49b8511c84438e3c766363b9b79f0f.tar.gz
android_external_rsync-a5ce1eb1af49b8511c84438e3c766363b9b79f0f.tar.bz2
android_external_rsync-a5ce1eb1af49b8511c84438e3c766363b9b79f0f.zip
Add "$(OBJS): config.h" so everything will rebuild if config.h changes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7d0b62b2..dad43dbd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)