Skip to content

Commit

Permalink
Merge pull request #38 from mr-c/cppflags
Browse files Browse the repository at this point in the history
propogate CPPFLAGS
  • Loading branch information
nawrockie committed Sep 22, 2023
2 parents defd085 + 1173745 commit 385b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmark/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ${PROGS}: % : %.o ../${HMMERDIR}/src/libhmmer.a ../${ESLDIR}/libeasel.a
${PROGOBJS}: ../${HMMERDIR}/src/hmmer.h ../${HMMERDIR}/src/p7_config.h ../src/infernal.h ../src/config.h

.c.o:
${QUIET_CC}${CC} ${ESLINC} ${SRCINC} ${CFLAGS} ${DEFS} -o $@ -c $<
${QUIET_CC}${CC} ${CPPFLAGS} ${ESLINC} ${SRCINC} ${CFLAGS} ${DEFS} -o $@ -c $<

clean:
-rm -f *.o *~ ${PROGS} TAGS
Expand Down

0 comments on commit 385b520

Please sign in to comment.