Fix global typo in last change: use chmod u-w, not chmod u-x.
[gnulib.git] / modules / alloca-opt
index dd2959d..f2cee4d 100644 (file)
@@ -21,7 +21,7 @@ EXTRA_DIST += alloca_.h
 alloca.h: alloca_.h
        rm -f $@-t $@
        cp $(srcdir)/alloca_.h $@-t
-       chmod a-x $@-t
+       chmod a-w $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += alloca.h alloca.h-t