summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/rules.local.GNU
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2009-09-08 20:28:59 +0000
committerSteve Huston <shuston@riverace.com>2009-09-08 20:28:59 +0000
commit5f395c15264cc651de8c2b4a899fd4b7e994a725 (patch)
tree92cf2650f2ae360d340ecac552a92d56e0518c78 /ACE/include/makeinclude/rules.local.GNU
parente36f1c1bea32623ce98d8d66a9d3d138ead86dec (diff)
downloadATCD-5f395c15264cc651de8c2b4a899fd4b7e994a725.tar.gz
ChangeLogTag:Tue Sep 8 20:27:14 UTC 2009 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/include/makeinclude/rules.local.GNU')
-rw-r--r--ACE/include/makeinclude/rules.local.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/rules.local.GNU b/ACE/include/makeinclude/rules.local.GNU
index c709dce114e..b0be710744c 100644
--- a/ACE/include/makeinclude/rules.local.GNU
+++ b/ACE/include/makeinclude/rules.local.GNU
@@ -229,7 +229,7 @@ install.local: $(INSTALL)
deinstall.local:
ifdef CLEANUP_INSTALL
- ifneq ($(CLEANUP_INSTALL),)
+ ifneq ($(strip $(CLEANUP_INSTALL)),)
$(RM) $(CLEANUP_INSTALL)
endif # CLEANUP_INSTALL
endif # CLEANUP_INSTALL