use predefined OS macro instead of uname.

This commit is contained in:
Aurélien Aptel 2010-08-30 13:04:19 +02:00
parent bef87acd0d
commit ae5baac932
3 changed files with 4 additions and 12 deletions

View file

@ -10,7 +10,6 @@ all: options st
options:
@echo st build options:
@echo "SYSTEM = ${SYSTEM}"
@echo "CFLAGS = ${CFLAGS}"
@echo "LDFLAGS = ${LDFLAGS}"
@echo "CC = ${CC}"