summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-30 13:42:46 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-30 13:42:46 +0000
commit0782ed3a4b8660550b4e350f6644a6ac371d7fb3 (patch)
treeea7004dfccd3df09f9eb43957d423417a77cb0fe /include
parent134483912d8bd11b337a4444591cc42f08c2c91a (diff)
downloadATCD-0782ed3a4b8660550b4e350f6644a6ac371d7fb3.tar.gz
added missing paren after ppc conditional
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 c7b75c00ad7..d15b3611f59 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