Hi,

I have the following code. I'm wondering how to put them together into
one if statement?

ifeq ($(MAKECMDGOALS), all)
-include .dep
endif

ifeq ($(MAKECMDGOALS), )
-include .dep
endif

Thanks,
Peng


_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to