Re: Problem generating a .c file

2000-05-30 Thread Paul D. Smith
%% "Randall J . Million" <[EMAIL PROTECTED]> writes: rjm> I have been unable to assertain why GNU make cannot handle the rjm> following file, while the AIX default make handles it just rjm> fine. rjm> y.tab.o lex.yy.o: $(@:.o=.c) This syntax isn't supported by GNU make (actually, this s

Problem generating a .c file

2000-05-25 Thread Randall J . Million
I have been unable to assertain why GNU make cannot handle the following file, while the AIX default make handles it just fine. The first command out of NU make is cc -c -o y.tab.o y.tab.c which gives the error cc: 1501-228 input file y.tab.c not found This makes no sense since the instruct