diff options
author | Roland McGrath <roland@redhat.com> | 1993-02-01 00:11:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-02-01 00:11:27 +0000 |
commit | 3c516ccd35be4dc2a31a489409784287a9642ca8 (patch) | |
tree | 329a18fafbff07e42348d92fdef5235d6e89f1f8 | |
parent | dfaa02a8d5e060b0a14a388e2759038f0a5c65fc (diff) | |
download | gunmake-3c516ccd35be4dc2a31a489409784287a9642ca8.tar.gz |
Formerly compatMakefile.~58~
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 10d3215..0a01c63 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 |