NEW features of smake-1.2a25:

-	Checking vor valid time in dyn macro expansion (e.g. $?)
	because the time stamp of a not yet existent target may
	have been intermediately set to RESURCETIME. This would
	have caused $? to be incorrectly expanded.

-	Try to add a workaround for broken Makefiles like:

	all: $(SUBDIRS)

	$(SUBDIRS): FORCE
		cd $@ && $(MAKE) $(MAKEDEFS)

	FORCE:

	The target FORCE is not only completely unneeded; it would
	cause the Sub directories not to be made except when smake
	introduces a special implict behavior that treats FORCE:
	as a target that could be correctly made altohough there is
	no implicit dependency FORCE.c as there is neither an 
	explicit dependency not an explicit command list.

-	Support for Linux on amd64 has been added


WARNING: Do not use 'winzip' to extract the tar file!
	Winzip cannot extract symbolic links correctly.

Joerg
