mirror of https://github.com/MidnightCommander/mc
*** empty log message ***
This commit is contained in:
parent
1dc5e859a4
commit
b8a5b011a5
|
@ -34,7 +34,7 @@ check:
|
|||
@echo no tests are supplied.
|
||||
|
||||
checklinks:
|
||||
@if test -f $(rootdir)/edit/edit.c; then echo ok; \
|
||||
@if test -f $(rootdir)/edit/edit.c && test -f $(rootdir)/edit/bookmark.c; then echo ok; \
|
||||
else $(MAKE) sourcelinks; fi
|
||||
|
||||
sourcelinks:
|
||||
|
|
Loading…
Reference in New Issue