From 5ea0ae4037cb9d92981e60f1181a62af235cc40f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 13 Oct 2012 12:50:20 -0400 Subject: Add a space before "=" in macro assignment. --- diff --git a/Makefile.in b/Makefile.in index a1feec9..cf2aff5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ # along with this program. If not, see . package_name = @package_name@ -package_version= @package_version@ +package_version = @package_version@ srcdir = @srcdir@ prefix = @prefix@ -- cgit v0.9.1