diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-30 13:42:46 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-30 13:42:46 +0000 |
commit | 0782ed3a4b8660550b4e350f6644a6ac371d7fb3 (patch) | |
tree | ea7004dfccd3df09f9eb43957d423417a77cb0fe /include | |
parent | 134483912d8bd11b337a4444591cc42f08c2c91a (diff) | |
download | ATCD-0782ed3a4b8660550b4e350f6644a6ac371d7fb3.tar.gz |
added missing paren after ppc conditional
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_ghs.GNU | 2 |
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 |