*** empty log message ***

This commit is contained in:
Paul Sheer 1999-03-21 15:42:55 +00:00
parent b8a5b011a5
commit 7785ef44db
1 changed files with 3 additions and 1 deletions

View File

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