Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!mote.umb.edu!karl From: karl@mote.umb.edu ("Karl Berry.") Newsgroups: gnu.utils.bug Subject: Possibly strange behavior in Make 3.27 Message-ID: <8901162333.AA08257@mote.cs> Date: 16 Jan 89 23:33:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 I am not sure if this is a bug or not. Typing `make' to the following Makefile: default: install install: echo hello default: install produces no output at all. Taking the second `default: install' out makes it say hello. Karl. karl@umb.edu