diff options
author | toni <matzeton@googlemail.com> | 2015-11-16 01:18:11 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2015-11-16 01:22:08 +0100 |
commit | dcf8b9b6981d0d21db6edb3265b56c55b39e4ff4 (patch) | |
tree | 7816b8c94e304e585b2227aec67d0a94ea1ce855 /Makefile.am | |
parent | 7c3c6b99bec920ea850739e62b9fec8a29dc0dc0 (diff) |
waitpid(...) checks now for WIFEXITED instead of WIFSIGNALED
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d682608..1d76541 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,6 @@ clean-local: distclean-local: clean-local rm -f aclocal.m4 config.log config.status configure - rm -f Makefile.in src/Makefile.in src/aconfig.h.in src/aconfig.h.in~ src/*.d + rm -f Makefile.in src/Makefile.in src/aconfig.h.in~ src/*.d rm -rf build autom4te.cache |