391f8a18b3796e2b03ed96d20b532ad238bc9dbb hiram Tue Apr 2 13:43:00 2013 -0700 moving to minimal makefiles for kentUtils build refs #9104 diff --git src/utils/upper/makefile src/utils/upper/makefile index a2d6008..b8cec15 100755 --- src/utils/upper/makefile +++ src/utils/upper/makefile @@ -1,10 +1,3 @@ -include ../../inc/common.mk - - -O = upper.o - -upper: $(O) - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/upper $O ../../lib/$(MACHTYPE)/jkweb.a ${L} - -clean:: - rm -f ${O} +kentSrc = ../.. +A = upper +include $(kentSrc)/inc/userApp.mk