diff options
| author | John Keeping <[email protected]> | 2015-08-13 11:14:14 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2015-08-13 13:36:37 +0000 |
| commit | 0393102249c30f62c8f061062bc4a9ba962b6910 (patch) | |
| tree | ab732e231be130d6e1999b0d0e129e91266d0693 | |
| parent | tests: allow shell to be overridden (diff) | |
| download | cgit-0393102249c30f62c8f061062bc4a9ba962b6910.tar.gz 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 <[email protected]>
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ DOC_PDF = $(patsubst %.txt,%.pdf,$(MAN_TXT)) #-include config.mak +include git/config.mak.uname # # Let the user override the above settings. # |
