cfed2e78dcef652dc85360454f81d7558aa1b678
kate
  Thu Oct 27 18:05:04 2016 -0700
Implement config panel cart vars.  Moved from .html mockup to C code. refs #17369

diff --git src/hg/hgGtexTrackSettings/makefile src/hg/hgGtexTrackSettings/makefile
index 1c148dc..74b0abf 100644
--- src/hg/hgGtexTrackSettings/makefile
+++ src/hg/hgGtexTrackSettings/makefile
@@ -1,28 +1,20 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 HG_WARN=-Wall
 
 L += -lm ${MYSQLLIBS}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgGtexTrackSettings
 
 O = $A.o
 
 include ../../inc/cgi_build_rules.mk
 
-$A.html.h: $A.html
-	sed -e 's/\\/\\\\/g; s/"/\\"/g; s/^/"/; s/$$/\\n"/;' $A.html > $A.html.h
-
-${A}.c: $A.html.h
-
-${A}.o: ${A}.c $A.html.h
-
-clean::
-	rm -f $A.html.h
+${A}.o: ${A}.c
 
 compile:: $O
 	${CC} $O ${MYLIBS} ${L}
 	mv ${AOUT} $A${EXE}