Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r1feb535f r6bc76537  
    800800        ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@}
    801801
    802 # Warnings
    803802warnings/self-assignment: warnings/self-assignment.c @CFA_BINDIR@/@CFA_NAME@
    804         ${CC} ${AM_CFLAGS} ${CFLAGS} ${<} 2> ${@} -fsyntax-only
     803        ${CC} ${AM_CFLAGS} ${CFLAGS} ${<} -o ${@}
     804        echo > ${@}
    805805
    806806# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.