diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T10·31+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T10·31+0100 |
commit | f324b49ea19e606f84b89ecb499f0e961646cd50 (patch) | |
tree | fa11c86a31d72bed8d9cf1f816ff2372a0f08db4 /install.mk | |
parent | 4271927c5be2c5b87ca83682d1f2bd71d5ce4a66 (diff) |
Change dependency file names from foo.dep to .foo.o.dep
Diffstat (limited to 'install.mk')
-rw-r--r-- | install.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install.mk b/install.mk index aee4bf38ba7a..093f30b810e2 100644 --- a/install.mk +++ b/install.mk @@ -51,3 +51,7 @@ define install-symlink = $$(trace-install) ln -sfn $(1) $(2) endef + + +print-top-help += \ + echo " install: Install into \$$(prefix) (currently set to '$(prefix)')"; |