summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2020-01-14 13:05:51 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2020-01-14 13:05:51 -0600
commit4d1f635e4b12eb49ef8b7372b51b3915d95400d7 (patch)
tree091878ef5b37a80dbabb9f6ba2cf5d76143db545 /ACE/include/makeinclude
parentde523d8c2149b489a12c453d8e12dd0655ada279 (diff)
downloadATCD-4d1f635e4b12eb49ef8b7372b51b3915d95400d7.tar.gz
Fix platform_linux_common.GNU
Diffstat (limited to 'ACE/include/makeinclude')
-rw-r--r--ACE/include/makeinclude/platform_linux_common.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_linux_common.GNU b/ACE/include/makeinclude/platform_linux_common.GNU
index 749d3d969a2..61f82ea604e 100644
--- a/ACE/include/makeinclude/platform_linux_common.GNU
+++ b/ACE/include/makeinclude/platform_linux_common.GNU
@@ -9,7 +9,7 @@ threads ?= 1
insure ?= 0
linux_is_cross_compiled ?= 0
-ifeq($(linux_is_cross_compiled),1)
+ifeq ($(linux_is_cross_compiled),1)
LSB_RELEASE_ID := $(shell lsb_release -i 2> /dev/null || echo Distributor ID: Unknown)
LSB_RELEASE_RELEASE := $(shell lsb_release -r 2> /dev/null || echo Release: Unknown)
endif