File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
- mc-wrapper.csh
2
- mc-wrapper.sh
1
+ mc-wrapper. *
2
+ ! mc-wrapper. * .in
3
3
mc.csh
4
4
mc.sh
Original file line number Diff line number Diff line change 1
1
2
2
noinst_DATA = README.xterm
3
3
4
- SCRIPTS_IN = mc.csh.in mc.sh.in mc-wrapper.csh.in mc-wrapper.sh.in
5
- SCRIPTS_OUT = mc.csh mc.sh mc-wrapper.csh mc-wrapper.sh
4
+ SCRIPTS_IN = \
5
+ mc.csh.in \
6
+ mc.sh.in \
7
+ mc-wrapper.csh.in \
8
+ mc-wrapper.sh.in
9
+ SCRIPTS_OUT = \
10
+ mc.csh \
11
+ mc.sh \
12
+ mc-wrapper.csh \
13
+ mc-wrapper.sh
6
14
7
15
pkglibexec_SCRIPTS = $(SCRIPTS_OUT )
8
16
@@ -17,15 +25,8 @@ EXTRA_DIST = \
17
25
$(SCRIPTS_IN ) \
18
26
$(noinst_DATA )
19
27
20
- mc.csh : $(top_builddir ) /config.status $@ .in
28
+ mc. : $(top_builddir ) /config.status $@ .in
21
29
$(SED ) " s%@" " pkglibexecdir@%$( pkglibexecdir) %" $@ .in > $@
22
30
23
- mc.sh : $(top_builddir ) /config.status $@ .in
24
- $(SED ) " s%@" " pkglibexecdir@%$( pkglibexecdir) %" $@ .in > $@
25
-
26
- mc-wrapper.csh : $(top_builddir ) /config.status $@ .in
31
+ mc-wrapper. : $(top_builddir ) /config.status $@ .in
27
32
$(SED ) " s%@" " bindir@%$( bindir) %" $@ .in > $@
28
-
29
- mc-wrapper.sh : $(top_builddir ) /config.status $@ .in
30
- $(SED ) " s%@" " bindir@%$( bindir) %" $@ .in > $@
31
-
You can’t perform that action at this time.
0 commit comments