aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-07-14 22:38:01 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-07-14 22:38:01 -0400
commit24c9b55806b358e1a83e35d2e7cf0ba8839feea1 (patch)
tree40c688946f0894de692bb8752a140764b9897708 /Makefile.in
parent36f4c4080206f5ad4df37c3cb77f20df2f062266 (diff)
downloade2fsprogs-24c9b55806b358e1a83e35d2e7cf0ba8839feea1.tar.gz
Disable %.sh -> % GNU make rule in the top-level Makefile
It's not needed for e2fsprogs, but one niche distribution likes to use configure.sh files which can cause GNU make to inappropriately fire an implicit rule to overwrite the configure file resulting in a fork bomb leading to the OOM crash. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 54a0d14f..8d98bddf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7,6 +7,8 @@ INSTALL = @INSTALL@
@MCONFIG@
+% : %.sh
+
@RESIZER_CMT@RESIZE_DIR= resize
@DEBUGFS_CMT@DEBUGFS_DIR= debugfs