From c8ef2d8b55b1e46f84d55d766fee4146e9e585f7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 22 Jan 2002 07:42:35 +0000 Subject: [PATCH] subdirs must come /after/ their parent in the AC_OUTPUT list --- tools/qfcc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/configure.in b/tools/qfcc/configure.in index 4474586f1..c79b32c60 100644 --- a/tools/qfcc/configure.in +++ b/tools/qfcc/configure.in @@ -124,8 +124,8 @@ AC_SUBST(QFCC_DEPS) AC_SUBST(QFCC_INCS) AC_OUTPUT( - doc/man/Makefile doc/Makefile + doc/man/Makefile include/Makefile source/Makefile Makefile