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 /dist.mk | |
parent | 4271927c5be2c5b87ca83682d1f2bd71d5ce4a66 (diff) |
Change dependency file names from foo.dep to .foo.o.dep
Diffstat (limited to 'dist.mk')
-rw-r--r-- | dist.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist.mk b/dist.mk index bf97b697f95f..cd11463e8a68 100644 --- a/dist.mk +++ b/dist.mk @@ -11,4 +11,6 @@ $(dist_name).tar.bz2: $(dist_files) clean_files += $(dist_name).tar.bz2 +print-top-help += echo " dist: Generate a source distribution"; + endif |