5280b41841275da3e65843a0bf257a9b698fa801
kent
  Tue May 27 10:36:55 2014 -0700
Defining UNAME_S per Hiram's feedback, since it is not like I assume defined already.
diff --git src/hg/makefile src/hg/makefile
index 5a626dd..542cfa3 100644
--- src/hg/makefile
+++ src/hg/makefile
@@ -34,30 +34,31 @@
 
 BROKEN_TEST_DIRS = liftOver scaffoldFaToAgp
 
 BAD_DIRS = \
 	altGraph \
 	cgiExample \
 	geneOverlap \
 	hgBatch \
 	makeSeqs \
 	oneShot \
 	synMap \
 	encode \
 	wikiPlot
 
 # can not build this on Mac OSX - has functions not supported
+UNAME_S := $(shell uname -s) 
 ifeq ($(UNAME_S),Darwin)
   buildRefresh=
 else
   buildRefresh=encode3
 endif
 
 # List of directories to build for userApps
 UTILS_APPLIST = \
 	autoDtd \
 	autoSql \
 	autoXml \
 	bedSort \
 	liftUp \
 	liftOver \
 	bedIntersect \