c51d3a655973d0b9ee21f0ab1ff5b657f89c6893
hiram
  Mon Nov 14 23:32:31 2022 -0800
now using a universal popcnt "library" to avoid any machine architecture differences refs @29651

diff --git src/utils/findMotif/makefile src/utils/findMotif/makefile
index 655d6c0..276d291 100644
--- src/utils/findMotif/makefile
+++ src/utils/findMotif/makefile
@@ -1,5 +1,4 @@
 kentSrc = ../..
-CFLAGS += -mpopcnt
 A = findMotif
 include $(kentSrc)/inc/userApp.mk
 L += -lm ${SOCKETLIB}