From 810127e2a892df70121886ab8643fb9030025fbb Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 9 Jul 2003 21:14:08 +0000 Subject: [PATCH] Fixed minor typo. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a1928b9d..2137d880 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.10.4.1 2003/07/09 21:05:25 alex Exp $ +# $Id: Makefile.am,v 1.10.4.2 2003/07/09 21:14:08 alex Exp $ # AUTOMAKE_OPTIONS = gnu @@ -28,6 +28,6 @@ rpm: distcheck rpm -ta ngircd-*.tar.gz deb: - dpkg-buildpackage -r fakeroot + dpkg-buildpackage -rfakeroot # -eof-