"make all" and "make install" for smake

Yitzchak Scott-Thoennes sthoenna@efn.org
Thu Jan 6 13:37:00 GMT 2005


On Thu, Jan 06, 2005 at 12:03:53PM +0000, THUFIR HAWAT wrote:
> $ make install
> make: `install' is up to date.
> 
> 
> $ smake
> bash:  smake:  command not found
> 
> 
> "make all" and "make install" suceeded, so why isn't smake a command now?

make install did nothing, because it was confused by the INSTALL file
into thinking nothing needed to be done.  Delete the file, or add a:

.PHONY: install

line in the makefile.



More information about the Cygwin-talk mailing list