Commit 314549ee 314549eeb00027abdae034e114ba281c848bcd3e by Sergey Poznyakoff

Renamed some variables to avoid name clashes.

1 parent 30c0872d
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
2 # Copyright (C) 2000,2001,2002 Free Software Foundation 2 # Copyright (C) 2000,2001,2002 Free Software Foundation
3 # See file COPYING in the distribution root directory for copying conditions. 3 # See file COPYING in the distribution root directory for copying conditions.
4 4
5 MHPROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl 5 PROGRAMS_MH = scan inc rmm refile mhpath folder rmf fmtcheck repl
6 EXTRA_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl 6 EXTRA_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl
7 MHLIBRARIES = libmh.a 7
8 LIBRARIES_MH = libmh.a
8 EXTRA_LIBRARIES = libmh.a 9 EXTRA_LIBRARIES = libmh.a
9 10
10 bin_PROGRAMS = @MHPROGRAMS@ 11 bin_PROGRAMS = @BUILD_MH_PROGRAMS@
11 noinst_LIBRARIES = @MHLIBRARIES@ 12 noinst_LIBRARIES = @BUILD_MH_LIBRARIES@
13
12 libmh_a_SOURCES= \ 14 libmh_a_SOURCES= \
13 mh_argp.c\ 15 mh_argp.c\
14 mh_ctx.c\ 16 mh_ctx.c\
......