directory order changed

diff --git a/configure b/configure
index 043d50a..9ba0eac 100755
--- a/configure
+++ b/configure
@@ -22441,7 +22441,7 @@
           ac_config_headers="$ac_config_headers config.h"
 
 
-                                                                                                                        ac_config_files="$ac_config_files libasn1compiler/Makefile skeletons/tests/Makefile libasn1parser/Makefile libasn1print/Makefile asn1c/tests/Makefile libasn1fix/Makefile skeletons/Makefile examples/Makefile tests/Makefile asn1c/Makefile doc/Makefile Makefile"
+                                                                                                                        ac_config_files="$ac_config_files skeletons/tests/Makefile libasn1compiler/Makefile libasn1parser/Makefile libasn1print/Makefile asn1c/tests/Makefile libasn1fix/Makefile skeletons/Makefile examples/Makefile tests/Makefile asn1c/Makefile doc/Makefile Makefile"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -23026,8 +23026,8 @@
 do
   case "$ac_config_target" in
   # Handling of arguments.
-  "libasn1compiler/Makefile" ) CONFIG_FILES="$CONFIG_FILES libasn1compiler/Makefile" ;;
   "skeletons/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES skeletons/tests/Makefile" ;;
+  "libasn1compiler/Makefile" ) CONFIG_FILES="$CONFIG_FILES libasn1compiler/Makefile" ;;
   "libasn1parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES libasn1parser/Makefile" ;;
   "libasn1print/Makefile" ) CONFIG_FILES="$CONFIG_FILES libasn1print/Makefile" ;;
   "asn1c/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES asn1c/tests/Makefile" ;;
diff --git a/configure.in b/configure.in
index 1e75908..c679baf 100644
--- a/configure.in
+++ b/configure.in
@@ -87,8 +87,8 @@
 AM_CONFIG_HEADER(config.h)
 
 AC_OUTPUT(			\
-libasn1compiler/Makefile	\
 skeletons/tests/Makefile	\
+libasn1compiler/Makefile	\
 libasn1parser/Makefile		\
 libasn1print/Makefile		\
 asn1c/tests/Makefile		\