diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2019-01-13 16:43:14 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2019-01-13 16:44:31 -0500 |
commit | feea3858f0a64646ec160475a890808c072970f5 (patch) | |
tree | 220f4bede2c36d575ccd2d36e84ccb3fa3619409 /src | |
parent | 4ef6a2c78b5e14f124edd4a5e79ef7bd7798e490 (diff) |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 1e5374683fa..ff47d5c4e7b 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -458,7 +458,7 @@ endif # Show the DLSUFFIX to build scripts (e.g. buildfarm) .PHONY: show_dl_suffix -show_dl_suffix +show_dl_suffix: @echo $(DLSUFFIX) |