summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-28 17:00:42 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-28 17:00:42 +0200
commit03ad746590f114984d09c862a7c87e437cb81299 (patch)
tree2caf8484a984d832e2c364521dda1efbd6b9d0f1 /m4
parente584d6dafc318c328d129c5847d36e47c6463512 (diff)
parentc481ac95102bf739e7c95e0ec23a40b24bee7017 (diff)
downloadautomake-03ad746590f114984d09c862a7c87e437cb81299.tar.gz
Merge branch 'test-protocols' into testsuite-work
* test-protocols: fix: regenerate Makefile.in files tap/awk: account for unusual korn shell signal handling behaviour tap/awk: handle exit statuses > 256 (seen on few korn shells) maintcheck: fix usage of `cd' instead of `$(am__cd)'
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 149e968fb..c55b3edb8 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -100,7 +100,7 @@ am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
- cd "$$dir" && rm -f $$files; }; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(automake_acdir)" \
"$(DESTDIR)$(system_acdir)"