From: Peter Johnson Date: Sun, 16 Sep 2001 22:04:02 +0000 (-0000) Subject: Reorder generated Makefile list a little (to be consistent with X-Git-Tag: v0.1.0~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23e3786f5827f6b1a1f94ce52c5618d020e79e6b;p=yasm Reorder generated Makefile list a little (to be consistent with src/Makefile.am). svn path=/trunk/yasm/; revision=172 --- diff --git a/configure.ac b/configure.ac index a9388089..7da2ea99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.17 2001/09/16 22:01:46 peter Exp $ +# $Id: configure.ac,v 1.18 2001/09/16 22:04:02 peter Exp $ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(config) @@ -65,8 +65,8 @@ AC_OUTPUT(Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile - src/objfmts/Makefile - src/objfmts/dbg/Makefile src/optimizers/Makefile src/optimizers/dbg/Makefile + src/objfmts/Makefile + src/objfmts/dbg/Makefile ) diff --git a/configure.in b/configure.in index 75d42b82..52797c4e 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.17 2001/09/16 22:01:46 peter Exp $ +# $Id: configure.in,v 1.18 2001/09/16 22:04:02 peter Exp $ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(config) @@ -65,8 +65,8 @@ AC_OUTPUT(Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile - src/objfmts/Makefile - src/objfmts/dbg/Makefile src/optimizers/Makefile src/optimizers/dbg/Makefile + src/objfmts/Makefile + src/objfmts/dbg/Makefile )