8403b3441130eda0c94bc986a3037b91c7803d2f hiram Tue Oct 15 10:22:31 2013 -0700 now using mysql_config to find MYSQLINC and MYSQLLIBS refs #11899 #9149 diff --git src/hg/makefile src/hg/makefile index 30188eb..dfbc990 100644 --- src/hg/makefile +++ src/hg/makefile @@ -206,31 +206,30 @@ splitFaIntoContigs \ test \ txCds \ txGene \ txGraph \ utils \ uniqSize \ updateStsInfo \ visiGene/knownToVisiGene APPS = $(UTIL_DIRS) $(UTILS_APPLIST) all:: cgi utils hgLib: - @./sqlEnvTest.sh cd lib && ${MAKE} userApps: $(UTILS_APPLIST:%=%.userApp) cd altSplice/lib && $(MAKE) cd altSplice/altSplice && $(MAKE) bedToExons cd mouseStuff && $(MAKE) userApps cd ratStuff && $(MAKE) userApps %.userApp: hgLib cd $* && echo $* && $(MAKE) utils: $(APPS:%=%.utils) %.utils: hgLib cd $* && echo $* && $(MAKE)