From d37650dc4f10c38579a8d140cac99d4c4411e729 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 14 Feb 2011 20:39:40 +0000 Subject: [PATCH] Spacing. --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 717628a5..9ace2c17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2011-01-21 20:35:20 nicm Exp $ +# $Id: Makefile.am,v 1.10 2011-02-14 20:39:40 nicm Exp $ # Obvious program stuff. bin_PROGRAMS = tmux @@ -45,17 +45,17 @@ endif # Set flags for static. if IS_STATIC -LDFLAGS+= -static +LDFLAGS += -static endif # Set flags for Solaris. if IS_SUNOS -CPPFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS +CPPFLAGS += -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS endif # Set flags for Sun CC. if IS_SUNCC -CFLAGS+= -erroff=E_EMPTY_DECLARATION +CFLAGS += -erroff=E_EMPTY_DECLARATION endif # List of sources.