From 7785ef44db0b9d364019b2358c4fe66d25b679e1 Mon Sep 17 00:00:00 2001 From: Paul Sheer Date: Sun, 21 Mar 1999 15:42:55 +0000 Subject: [PATCH] *** empty log message *** --- edit/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/edit/Makefile.in b/edit/Makefile.in index 305e22c60..db1a1d63b 100644 --- a/edit/Makefile.in +++ b/edit/Makefile.in @@ -34,7 +34,9 @@ check: @echo no tests are supplied. checklinks: - @if test -f $(rootdir)/edit/edit.c && test -f $(rootdir)/edit/bookmark.c; then echo ok; \ + @if test -f $(rootdir)/edit/edit.c; then echo ok; \ + else $(MAKE) sourcelinks; fi + @if test -f $(rootdir)/edit/bookmark.c; then echo ok; \ else $(MAKE) sourcelinks; fi sourcelinks: