summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 13:05:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 13:05:38 +0000
commit414acf372d1a40c58b12f294d98439b1d917a810 (patch)
tree0b53945add32b7f7c4343764e05f7bb6593e1453 /include
parent244c3f1a82efe3174b423ba0a3e499e9ddf0ebe0 (diff)
downloadATCD-414acf372d1a40c58b12f294d98439b1d917a810.tar.gz
fixed location of parenthesis in ppc check
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
index d15b3611f59..2f1cbc535b5 100644
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU
@@ -58,7 +58,7 @@ ifeq ($(CPU),86)
endif # GHS
LIBS += $(GHS)/libedgnoe.a
else
-ifeq ($(CPU,ppc))
+ifeq ($(CPU),ppc)
ifndef GHS
GHS = /appl/newgreen/vx$(CPU)603
endif # GHS