diff options
| author | Andrew Dunstan | 2019-01-13 21:43:14 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2019-01-13 21:44:24 +0000 |
| commit | ddab11a887a4622258bea7fd1621da2024b423f1 (patch) | |
| tree | 02c6a9c2d76f9813ca7a0bcf1054d82007970a03 /src | |
| parent | 00b17bd3871ddd31b1ff6b8717a67b3343ffe9d6 (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 3ba65f6764e..6e943ebae25 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -476,7 +476,7 @@ endif # Show the DLSUFFIX to build scripts (e.g. buildfarm) .PHONY: show_dl_suffix -show_dl_suffix +show_dl_suffix: @echo $(DLSUFFIX) |
