c828133cc1196e5c1f8b193a64288edeb34af526 hiram Tue Feb 3 16:07:59 2015 -0800 eliminate non-standard makefile to fix broken build refs #14648 diff --git src/utils/pslPosTarget/makefile src/utils/pslPosTarget/makefile index d248bbe..09c2bb6 100644 --- src/utils/pslPosTarget/makefile +++ src/utils/pslPosTarget/makefile @@ -1,14 +1,3 @@ -include ../../inc/common.mk - -L += -lm -MYLIBDIR = ../..//lib/$(MACHTYPE) -MYLIBS = $(MYLIBDIR)/jkweb.a - -O = pslPosTarget.o - -pslPosTarget: $O $(MYLIBS) - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/pslPosTarget $O $(MYLIBS) $L - ${STRIP} ${BINDIR}/pslPosTarget${EXE} - -clean:: - rm -f ${O} +kentSrc = ../.. +A = pslPosTarget +include $(kentSrc)/inc/userApp.mk