diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-27 17:42:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-27 17:42:27 +0000 |
commit | 9e5b2f34835c033bed63c88953e410c4b5e2447e (patch) | |
tree | bf71409c4119d6f6949b0def443076e5f931a645 /include | |
parent | d422039faff99238d74d9281953f0e0b64859e68 (diff) | |
download | ATCD-9e5b2f34835c033bed63c88953e410c4b5e2447e.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-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 |