diff options
author | John Keeping | 2015-08-13 12:14:14 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2015-08-13 15:36:37 +0200 |
commit | 0393102249c30f62c8f061062bc4a9ba962b6910 (patch) | |
tree | ab732e231be130d6e1999b0d0e129e91266d0693 | |
parent | 2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4 (diff) | |
download | cgit-0393102249c30f62c8f061062bc4a9ba962b6910.tar.gz cgit-0393102249c30f62c8f061062bc4a9ba962b6910.tar.bz2 cgit-0393102249c30f62c8f061062bc4a9ba962b6910.zip |
Makefile: include Git's config.mak.uname
This pulls in the correct value of $(INSTALL) on a wide variety of
systems.
Signed-off-by: John Keeping <john@keeping.me.uk>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ DOC_PDF = $(patsubst %.txt,%.pdf,$(MAN_TXT)) | |||
33 | 33 | ||
34 | #-include config.mak | 34 | #-include config.mak |
35 | 35 | ||
36 | include git/config.mak.uname | ||
36 | # | 37 | # |
37 | # Let the user override the above settings. | 38 | # Let the user override the above settings. |
38 | # | 39 | # |