daa6cc4137943ddef05b21574bb184929deac224 jcasper Thu Mar 6 22:23:31 2025 -0800 Two more broken makefiles to fix, refs #35340 diff --git src/hg/makeDb/hgGoldGapGl/makefile src/hg/makeDb/hgGoldGapGl/makefile index 87c1e9b8f72..33d1e90aaa3 100644 --- src/hg/makeDb/hgGoldGapGl/makefile +++ src/hg/makeDb/hgGoldGapGl/makefile @@ -1,27 +1,27 @@ kentSrc = ../../.. .NOTPARALLEL: # prevent two ntContig.o compiles at once # recursive make uglyness (see userArp.mk) ifeq (${PROG},) PROGS = hgGoldGapGl hgLoadGap default:: ${PROGS:%=%_default} %_default: ${MAKE} default PROG=$* -compile:: ${PROGS:%=%_complie} +compile:: ${PROGS:%=%_compile} %_compile: ${MAKE} compile PROG=$* clean:: ${PROGS:%=%_clean} %_clean:: ${MAKE} clean PROG=$* install: ${PROGS:%=%_} %_install: ${MAKE} install PROG=$* else A = ${PROG} extraHeaders = ntContig.h extraObjects = ntContig.o include ${kentSrc}/inc/userApp.mk endif