From: Per P. <per...@ma...> - 2003-09-04 20:58:21
|
Just disregard my previous mail. Everything works fine, except the pilot... $(ALTMPATH) and $(GRDESTDIR) and were indeed empty strings, and rightly so. for i=1:100 printf("I will henceforth remember to rebuild configure after updating from CVS\n"); endfor /Per On Thursday, September 4, 2003, at 10:27 PM, Per Persson wrote: > Hi, > I'm having a small (possibly two) problem(s) with target > grace_octave_path.m in graceplot/Makefile on OS X. > > grace_octave_path.m: grace_octave_path.m.in > cat grace_octave_path.m.in | sed -e > "s:@ALTMPATH@:$(ALTMPATH)/$(GRDESTDIR):" > grace_octave_path.m > > In the file grace_octave_path.m @ALTMPATH@ comes out as "/" as if > $(ALTMPATH) and $(GRDESTDIR) would evaluate to an empty string in the > sed command. > |