Formerly compatMakefile.~58~

This commit is contained in:
Roland McGrath 1993-02-01 00:11:27 +00:00
parent dfaa02a8d5
commit 3c516ccd35

View file

@ -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