# Testing a bug in dwarf2out PROG := c-empty-array-bug build: all install: all: ${PROG} ${PROG}: ${PROG}.c uname -a /usr/bin/gcc -o ${PROG} -Wall -Werror=stringop-overflow ${PROG}.c ${PROG}