restore ability for Makefiles to use 'generic' platform names when needed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43256 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-09-19 14:04:15 +00:00
parent e2253df3ec
commit 44f60a288d
3 changed files with 29 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ HOST_VENDOR=@HOST_VENDOR@
HOST_OS=@HOST_OS@
PROC=@HOST_CPU@
OSARCH=@HOST_OS@
OSARCH=@OSARCH@
OSREV=@PBX_OSREV@
GC_CFLAGS=@GC_CFLAGS@