"Zvi Har'El" <[EMAIL PROTECTED]> wrote:
> A minor bug: missing semicolon if "--enable-install-program=su"
> configure option is selected
Thanks a lot!
Note I have to change Makefile.am, not the generated file, Makefile.in.
2008-01-23 Zvi Har'El <[EMAIL PROTECTED]>
Add a ";", so "make install" works with --enable-install-program=su.
* src/Makefile.am (install_su): Add a semicolon. (tiny change)
diff --git a/src/Makefile.am b/src/Makefile.am
index efcea5b..a0b1d0c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -170,7 +170,7 @@ install_su =
\
echo " chown root $(installed_su)"; \
chown root $(installed_su); \
echo " chmod $(setuid_root_mode) $(installed_su)"; \
- chmod $(setuid_root_mode) $(installed_su) \
+ chmod $(setuid_root_mode) $(installed_su); \
else \
:; \
fi
--
1.5.4.rc4.15.g80bce
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils