Removed excess mkdir.

This commit is contained in:
Behdad Esfahbod 2006-06-21 07:22:50 -04:00
parent f71313d427
commit f5ee9557c3

View file

@ -683,7 +683,6 @@ AC_CONFIG_COMMANDS([src/cairo-features.h],
featuresfile=src/cairo-features.h
outfile=$featuresfile.tmp
AC_MSG_NOTICE([creating $featuresfile])
mkdir -p src
cat > $outfile <<_EOF
/* Generated by configure. Do not edit */
#ifndef CAIRO_FEATURES_H