diff options
author | Roy Marples <roy@marples.name> | 2008-10-20 16:47:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-10-20 16:47:56 +0000 |
commit | d12bb5cf3c69d083b2829d0d66f31b0c3becdd64 (patch) | |
tree | 1348ec56f5c809044786f9c5044f781a569d8085 /mk/depend-gmake.mk | |
parent | 9c76b077d681914d462c1fe1fb53ef23eb4eb449 (diff) |
Really fix .depend
Diffstat (limited to 'mk/depend-gmake.mk')
-rw-r--r-- | mk/depend-gmake.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/depend-gmake.mk b/mk/depend-gmake.mk new file mode 100644 index 00000000..947843e1 --- /dev/null +++ b/mk/depend-gmake.mk @@ -0,0 +1,3 @@ +# Tell gmake to include the optional dependency file. +# This sucks, but I don't know any other way of portably making this work. +-include .depend |