On Mon, 16 Jan 2012 10:00:47 -0500 Glenn Fowler <[email protected]> wrote:
> did you assert this near the top of your makefile: > :SCCS: > > this can also be asserted in a global rules file I hadn't; doing so gives a warning until after the .mo file is recompiled: #nmake -n prog make: warning: nmakefile.mo: out of date with nmakefile make: warning: nmakefile.mo: recompiling make: "nmakefile", line 6: warning: operator :SCCS: not defined make: don't know how to make prog : a.o : a.c [this is adapted from the example in the Alcatel tutorial, where s.a.c is an SCCS file] After the .mo file is recompiled the warning disappears but the error remains. _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
