diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-21 18:32:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-21 18:32:24 +0000 |
commit | 346f45949399673088a3b23b484981f2bf1a4d5e (patch) | |
tree | 396936df607f52ce943667f6bdc4f687b7bd3ea9 /Makefile | |
parent | 4baf4590ae335f8b3787d4e73aed59992cdf3426 (diff) |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,5 +144,5 @@ endif -include $(addsuffix .d,$(subdirs)) # How to build them -$(addsuffix .d,$(subdirs)): %.d: %/Makefile +$(addsuffix .d,$(subdirs)): %.d: $(top_srcdir)/%/Makefile $(MAKE) -C $* directory-depend no_deps=t |