File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ include $(srcdir)/MISCFILES
7
7
8
8
AM_DEFAULT_VERBOSITY = 0
9
9
10
+ ifneq ($(MAKE_TERMOUT),)
10
11
ifeq ($(TERM),xterm)
11
12
am__v_color_cc=\033[27;32m
12
13
am__v_color_ld=\033[27;34m
13
14
am__v_color_rc=\033[27;36m
14
15
am__v_color_off=\033[m
15
16
endif
17
+ endif
16
18
17
19
ifeq ($(ECHO_E),)
18
20
ECHO_E=echo -e
@@ -130,8 +132,10 @@ distdir: $(DISTFILES) distdir-local
130
132
131
133
distdir-local:
132
134
135
+ all-recursive:: all-here
136
+
133
137
all-recursive clean-recursive bakclean-recursive distclean-recursive \
134
- install-recursive uninstall-recursive dist-recursive:
138
+ install-recursive uninstall-recursive dist-recursive::
135
139
@set fnord $(MAKEFLAGS); amf=$$2; \
136
140
list='$(SUBDIRS)'; for subdir in $$list; do \
137
141
target=`echo $@ | sed s/-recursive//`; \
@@ -140,7 +144,6 @@ install-recursive uninstall-recursive dist-recursive:
140
144
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
141
145
done && test -z "$$fail"
142
146
143
-
144
147
#
145
148
# global CFLAGS and ASFLAGS
146
149
#
You can’t perform that action at this time.
0 commit comments