]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 80be17238b7e0ebfc4529ad21081ea333b217aaa..4cd7ddb447bbfb507b67854e60adc5c15850ac6d 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 efcea5b9c2e0b28879190696f7217fa624cf7dfe..a0b1d0c0c1ad46fe4568daf480861ab0122065bb 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