From 5f893f78fc8c9cef4228ad0b9ed7438a97c5a29b Mon Sep 17 00:00:00 2001 From: ksherlock Date: Wed, 9 Mar 2011 04:59:18 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@380 aa027e90-d47c-11dd-86d7-074df07e0730 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d73693..d9e0f16 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = g++ CPPFLAGS += -Wall -W -Wno-multichar -I. -O2 -g LDFLAGS += -lpthread -UNAME = $(shell uname) +UNAME = $(shell uname -s) ifeq ($(UNAME),Darwin) fuse_pascal_LDFLAGS += -lfuse_ino64