diff options
author | Piotr Krysik <perper@o2.pl> | 2009-06-13 19:35:05 +0200 |
---|---|---|
committer | Piotr Krysik <perper@o2.pl> | 2009-06-13 19:35:05 +0200 |
commit | ad4d4caba66a1f585165f8ead89992687c7b9120 (patch) | |
tree | ec4fc45536b81fa270121858c50c9fc9392f764c /bootstrap | |
parent | 46b8adbe2aaeccd7f4d0f700aaa3e1c097be202a (diff) |
bootstrap makes 'debug' directory now
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,3 +27,6 @@ autoconf autoheader libtoolize --automake automake --add-missing +if test ! -d debug; then + mkdir debug +fi
\ No newline at end of file |