Always run libgtop_postinstall', it's :' if there's nothing to do since

1998-10-11  Martin Baulig  <martin@home-of-linux.org>

	* Makefile.am (install-exec-hook): Always run `libgtop_postinstall',
	it's `:' if there's nothing to do since the empty string is no
	valid shell syntax here.
This commit is contained in:
Martin Baulig
1998-10-11 19:50:33 +00:00
committed by Martin Baulig
parent a1fd1f436a
commit 27a961b25d
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
1998-10-11 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (install-exec-hook): Always run `libgtop_postinstall',
it's `:' if there's nothing to do since the empty string is no
valid shell syntax here.
1998-10-01 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (install-exec-hook): Use `libgtop_postinstall'

View File

@@ -32,6 +32,5 @@ libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_su
EXTRA_DIST = server_config.h.in server_config.pl
install-exec-hook:
-if [ ! -z "@libgtop_postinstall@" ] ; then \
@libgtop_postinstall@ ; \
fi
-@libgtop_postinstall@