Add a ";", so "make install" works with --enable-install-program=su.
authorZvi Har'El <rl@math.technion.ac.il>
Wed, 23 Jan 2008 13:26:47 +0000 (14:26 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 26 Jan 2008 09:04:17 +0000 (10:04 +0100)
* src/Makefile.am (install_su): Add a semicolon.

ChangeLog
src/Makefile.am

index 80be172..4cd7ddb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-23  Zvi Har'El  <rl@math.technion.ac.il>
+
+       Add a ";", so "make install" works with --enable-install-program=su.
+       * src/Makefile.am (install_su): Add a semicolon.  (tiny change)
+
 2008-01-23  Jim Meyering  <meyering@redhat.com>
 
        Avoid misinterpreting mgetgroups failure in running root-only tests.
index efcea5b..a0b1d0c 100644 (file)
@@ -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