autoconf: remove unnecessary mkdir during configure

Remove an uneeded mkdir command to create the JAVA/libjafs object
directory, since this directory is automatically created by the
config.status when generating the JAVA/libjafs/Makefile.

Change-Id: Ib02a38c5c23790cb07e5c2433fd4870e8763c3a3
Reviewed-on: https://gerrit.openafs.org/12994
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
Michael Meffie 2018-04-04 18:42:46 -04:00 committed by Benjamin Kaduk
parent eb47fa9879
commit db38561dea
2 changed files with 0 additions and 5 deletions

View File

@ -73,7 +73,6 @@ OPENAFS_SWIG
OPENAFS_TOPDIRS
OPENAFS_CROSSTOOLS
OPENAFS_LINT
OPENAFS_JAVA
OPENAFS_CRYPT_CHECKS
OPENAFS_C_STRUCT_LABEL_CHECK
OPENAFS_DIRENT_CHECKS

View File

@ -1,4 +0,0 @@
AC_DEFUN([OPENAFS_JAVA],[
dnl Why is configure creating this directory?
mkdir -p ${TOP_OBJDIR}/src/JAVA/libjafs
])