diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-08 21:56:49 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-08 21:56:49 +0000 |
commit | 9f067df3aa353616017e57ddf5ced659d7aa1380 (patch) | |
tree | 2757e0ac8288486bd78ec29b6688d26bd01f1249 /include | |
parent | 36e3fa586722c5535aee9598d720d7d984d48afb (diff) | |
download | ATCD-9f067df3aa353616017e57ddf5ced659d7aa1380.tar.gz |
Quote around $(ACE_LDSO_Version_Number).
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 b59b4d74a11..95dfe428df6 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -125,7 +125,7 @@ $(INSMAN)/man7/% \ $(INSMAN)/man8/% \ $(INSMAN)/manl/% \ $(INSMAN)/mann/% : - @if test $(shell pwd) != $(@D) -o -n $(ACE_LDSO_Version_Number) ; then \ + @if test $(shell pwd) != $(@D) -o -n "$(ACE_LDSO_Version_Number)" ; then \ if test -s $@ ; then \ echo "$(@F) already installed" ; \ else \ |