remove surplus ;
authorLubomir Sedlacik <salo@silcnet.org>
Wed, 30 Oct 2002 15:41:05 +0000 (15:41 +0000)
committerLubomir Sedlacik <salo@silcnet.org>
Wed, 30 Oct 2002 15:41:05 +0000 (15:41 +0000)
Makefile.am.pre

index f837d1e1b4e5567f5022665fb31b8a76796d9244..a46cf4746880f684078be5e41a52919e2378b917 100644 (file)
@@ -93,8 +93,8 @@ etc-install:
        fi
        -@if test '!' -d $(srcdir)/irssi ; then \
          if test '!' -f $(etcdir)/silc.conf ; then \
-           $(INSTALL_DATA) $(srcdir)/irssi/silc.conf; \
-           $(etcdir)/silc.conf; \
+           $(INSTALL_DATA) $(srcdir)/irssi/silc.conf \
+               $(etcdir)/silc.conf; \
          fi; \
        fi