#
# Macro Test # 3
#
# No recursion for microsoft option 
#
fubar = HELLO
fubar = $(fubar$fubar) 
all: .symbolic
   echo $(fubar) $$
