Hi,Why the below makefile fails with the error text "_Makefile:16: *** extraneous `endef'. Stop._"?
Thanks.
#----------------------------------- *define Var1 ifneq (1,1) define Var2 define Var3 endef endef endif endef .PHONY : EmptyTarget EmptyTarget : ; $(eval $(value Var1))* #----------------------------------- _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make