]> code.delx.au - gnu-emacs/blobdiff - src/Makefile.in
Merge branch 'emacs-24'.
[gnu-emacs] / src / Makefile.in
index 61cb938aeff0a927bdbc369b9c9a484844f71ada..00ac04aa83652f7eb17bfc65909749066668dc2c 100644 (file)
@@ -520,7 +520,7 @@ temacs$(EXEEXT): $(LIBXMENU) $(ALLOBJS) \
        test "$(CANNOT_DUMP)" = "yes" || \
          test "X$(PAXCTL)" = X || $(PAXCTL) -r temacs$(EXEEXT)
        test "$(CANNOT_DUMP)" = "yes" || test -z "$(SETFATTR)" || \
-         $(SETFATTR) -n user.pax.flags -v r $@
+         $(SETFATTR) -n user.pax.flags -v er $@
 
 ## The following oldxmenu-related rules are only (possibly) used if
 ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them.