Actions
Bug #21643
closed'make' or 'make up' results in: uncommon.mk:1988: *** missing separator. Stop.
Bug #21643:
'make' or 'make up' results in: uncommon.mk:1988: *** missing separator. Stop.
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 3.0.2p107
Description
I tried to get my ruby checkout up to date using 'make up', but after a lot of output, it stopped with the message "uncommon.mk:1988: *** missing separator. Stop.". Now it just gives this message when trying 'make up' or 'make'.
Line 1988 and 1989 (the last two lines) in upcommon.mk read:
!include $(srcdir)/prism/srcs.mk
!include $(srcdir)/depend
This happens on a WSI Ubuntu with GNU Make 4.3. Any help appreciated!
Actions