diff options
author | Andrew Dunstan | 2019-01-13 21:43:14 +0000 |
---|---|---|
committer | Andrew Dunstan | 2019-01-13 21:44:17 +0000 |
commit | e0f9fade3591796c1c47523bdc010b1867ef74d7 (patch) | |
tree | c54573036e6d27cf35814ac34c7c62ebe70ef304 | |
parent | 149f91fa0b473656cf1733f6e455bdaaa2eded23 (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 79163036b4c..3a41b798c68 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -474,7 +474,7 @@ endif # Show the DLSUFFIX to build scripts (e.g. buildfarm) .PHONY: show_dl_suffix -show_dl_suffix +show_dl_suffix: @echo $(DLSUFFIX) |