add a missing endif from the recent Makefile change and use indentation

to hopefully prevent us from breaking this Makefile once again
(This nesting is no longer used in the trunk version of this Makefile)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@30329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-05-25 18:40:42 +00:00
parent ce4e323638
commit 5e266283e9

View File

@@ -65,6 +65,7 @@ endif
endif
endif
endif
endif
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
#This works for even old (2.96) versions of gcc and provides a small boost either way.