diff options
author | serg@janus.mylan <> | 2007-01-28 21:09:54 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-01-28 21:09:54 +0100 |
commit | b9008b0e1b0c9b58db2f37f037d2f8d5f7d22084 (patch) | |
tree | 9d0de7474869242bf851d46d7830e3fa2bd30834 /BUILD/compile-hpux11-parisc2-aCC | |
parent | 30d927dab9233c3b8377da0ea8d19862ff54eb56 (diff) | |
download | mariadb-git-b9008b0e1b0c9b58db2f37f037d2f8d5f7d22084.tar.gz |
BUILD scripts: s/(dist)?clean/maintainer-clean/
Diffstat (limited to 'BUILD/compile-hpux11-parisc2-aCC')
-rwxr-xr-x | BUILD/compile-hpux11-parisc2-aCC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-hpux11-parisc2-aCC b/BUILD/compile-hpux11-parisc2-aCC index c286488bb26..0e825715663 100755 --- a/BUILD/compile-hpux11-parisc2-aCC +++ b/BUILD/compile-hpux11-parisc2-aCC @@ -61,7 +61,7 @@ done set -x -make distclean +make maintainer-clean path=`dirname $0` . "$path/autorun.sh" |