[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -50- Where are the regcmp and regex functions?
Next Document: -52- What's wrong with strip(1)?
-
Search the FAQ Archives
Single Page
Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -50- Where are the regcmp and regex functions?
Next Document: -52- What's wrong with strip(1)?
-51- Why does make(1) complain about syntax errors that I can't find?
Date: 26 May 1994 00:00:01 EST
Two possibilities:
- SGI's make sends shell commands to your shell (specified in the
SHELL environment variable), while every other make in the world
uses /bin/sh by default. Put the line "SHELL=/bin/sh" at the top of
a Makefile to tell SGI's make to use /bin/sh.
- Dependency lines in your Makefile may begin with spaces. Some
'make's accept spaces; SGI's requires tabs.
Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -50- Where are the regcmp and regex functions?
Next Document: -52- What's wrong with strip(1)?
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
sgi-faq@viz.tamu.edu (The SGI FAQ group)
Last Update October 22 2009 @ 05:34 AM