diff options
Diffstat (limited to 'include/makeinclude/rules.local.GNU')
-rw-r--r-- | include/makeinclude/rules.local.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index 6b567f25b0c..1fbf30a4be8 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -129,7 +129,7 @@ $(INSMAN)/mann/% : else \ echo "Installing $(@F) -> $(@D)" ; \ ln -s $(shell pwd)/$(@F) $@ ; \ - fi \ + fi ; \ fi ifdef MVSLIB #special for MVS in order to use the .x files |