From: Roy Marples Date: Wed, 23 Apr 2014 10:02:13 +0000 (+0000) Subject: Fix GNU make depend X-Git-Tag: v6.4.0~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ece273eab6006e6988c63ddba25226ba9db35ce;p=thirdparty%2Fdhcpcd.git Fix GNU make depend --- diff --git a/GNUmakefile b/GNUmakefile index 28d60969..20f47993 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,7 @@ # GNU Make does not automagically include .depend # Luckily it does read GNUmakefile over Makefile so we can work around it + +.PHONY: .depend.depend + include Makefile --include $(shell test -e .depend && echo .depend) +-include .depend