%% "Edouard G. Parmelan" <[EMAIL PROTECTED]> writes:
egp> I have made a patch for that on 31 July 1999. FSF have received my
egp> assignment since few months. Did you said that my patch will go
egp> directly to /dev/null ?
I have it already, and I plan on looking at it for the next major
Paul D. Smith wrote:
> %% [EMAIL PROTECTED] writes:
>
> ws> @F does not work (Linux Intel x86 only).
> ws> (No problems on other platforms with the same or older make versions)
>
> Again, I find this very hard to believe. Are you sure you're using GNU
> make on those other platforms? I si
%% [EMAIL PROTECTED] writes:
ws> @F does not work (Linux Intel x86 only).
ws> (No problems on other platforms with the same or older make versions)
Again, I find this very hard to believe. Are you sure you're using GNU
make on those other platforms? I sincerely doubt it. Run "make
--versi
Hello,
@F does not work (Linux Intel x86 only).
(No problems on other platforms with the same or older make versions)
makefile.unix includes:
$(OBJECTS) : ../$$(@F:.o=.cxx)
$(CXX_COMPILER_NAME) -c -o $@ ../$(@F:.o=.cxx) $(CC_FLAGS) $(C_DEFINES)
$(C_INCLUDES) $(INCLS)
$$(@F:.o ... is the