diff options
| author | Andrew Dunstan | 2019-01-13 21:43:14 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2019-01-13 21:44:31 +0000 |
| commit | feea3858f0a64646ec160475a890808c072970f5 (patch) | |
| tree | 220f4bede2c36d575ccd2d36e84ccb3fa3619409 | |
| parent | 4ef6a2c78b5e14f124edd4a5e79ef7bd7798e490 (diff) | |
fix typo
| -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) |
