test-option.sh's dummy.c conflicted with the one Makefile wants.

This commit is contained in:
William Kendrick 2008-05-26 21:23:09 +00:00
parent 2542ccdff4
commit 40a7833bdf

View file

@ -25,7 +25,6 @@
#
# Last modified 2006.Feb.17
echo 'main(){}' > dummy.c
gcc $1 dummy.c > /dev/null 2>&1 && echo $1
rm -f dummy.c a.out
rm -f a.out