summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.local.GNU
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-08 21:56:49 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-08 21:56:49 +0000
commit9f067df3aa353616017e57ddf5ced659d7aa1380 (patch)
tree2757e0ac8288486bd78ec29b6688d26bd01f1249 /include/makeinclude/rules.local.GNU
parent36e3fa586722c5535aee9598d720d7d984d48afb (diff)
downloadATCD-9f067df3aa353616017e57ddf5ced659d7aa1380.tar.gz
Quote around $(ACE_LDSO_Version_Number).
Diffstat (limited to 'include/makeinclude/rules.local.GNU')
-rw-r--r--include/makeinclude/rules.local.GNU2
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 \