summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index c32dc4413..bb939c933 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -85,8 +85,8 @@ install-data-local:
$(mkinstalldirs) $(pkgdatadir)
$(INSTALL_DATA) $(srcdir)/options.skel $(pkgdatadir)/options.skel
@set -e;\
- if test -f $(bindir)/gpgm ; then \
- rm $(bindir)/gpgm ; ln -s gpg $(bindir)/gpgm ; \
+ if test -f $(bindir)/gpgm ; then
+ echo "removing obsolete gpgm binary"
+ rm $(bindir)/gpgm ;
fi
-