From 9a40169867694f0cc3a20242196a35cd7012bd26 Mon Sep 17 00:00:00 2001 From: gustavoromero Date: Thu, 23 Nov 2000 19:45:49 +0000 Subject: [PATCH] reordering Makefile creation --- eo/configure.in | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/eo/configure.in b/eo/configure.in index 0c492c554..5121d9e1c 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -34,5 +34,20 @@ AC_TYPE_SIZE_T dnl Checks for library functions. AC_CHECK_FUNCS(select) -AC_OUTPUT(src/obsolete/Makefile doc/Makefile src/Makefile src/utils/Makefile src/other/Makefile win/Makefile src/gp/Makefile src/es/Makefile src/ga/Makefile test/Makefile contrib/Makefile Makefile app/Makefile app/gprop/Makefile) - +AC_OUTPUT +( + Makefile + app/Makefile + app/gprop/Makefile + contrib/Makefile + doc/Makefile + src/Makefile + src/es/Makefile + src/ga/Makefile + src/gp/Makefile + src/obsolete/Makefile + src/other/Makefile + src/utils/Makefile + test/Makefile + win/Makefile +) \ No newline at end of file