From 3c516ccd35be4dc2a31a489409784287a9642ca8 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Mon, 1 Feb 1993 00:11:27 +0000
Subject: [PATCH] Formerly compatMakefile.~58~

---
 compatMakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compatMakefile b/compatMakefile
index 10d32156..0a01c63d 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -152,7 +152,7 @@ make: $(objs)
 .c.o:
 	$(CC) $(defines) -c -I. -I$(srcdir) -I$(srcdir)/glob \
 	      $(CFLAGS) $< $(OUTPUT_OPTION)
-remote.o: remote.c
+remote.o: remote.c remote-*.c
 	$(CC) $(defines) $(REMOTE) -c -I. -I$(srcdir) \
 	      $(CFLAGS) $(srcdir)/remote.c