@F does not work on an Intel x86 system

2000-10-31 Thread W . Stuehlmeyer
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

Environment variable MAKEFLAGS is wrong on an Intel x86 system.

2000-10-31 Thread W . Stuehlmeyer
Hello, The Environment Variable MAKEFLAGS is wrong on an Intel x86 system. (No problems on solaris or dec with the same make version) My makefile includes a recursive "$(MAKE) $(MAKEFLAGS) -f $(MAKEFILE)" call. MAKEFLAGS is invalid behind the first call. MAKE output: ... echo "Entering major co