From b7a19e0ce81ec6ec632fdd5bafa58fb651628682 Mon Sep 17 00:00:00 2001 From: frese Date: Wed, 7 May 2003 13:33:48 +0000 Subject: [PATCH] removed spaces after -I and -L --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 409fe70..3b8a1c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,12 +2,12 @@ CC = gcc -g LIBS = @LIBS@ -lX11 -lscsh SCSH_LIB = @scsh_libraries@ -LIB_DIRS = -L @x_libraries@ -L $(SCSH_LIB) -INCLUDES = -I @x_includes@ +LIB_DIRS = -L@x_libraries@ -L$(SCSH_LIB) +INCLUDES = -I@x_includes@ SCSH_INCLUDES = @scsh_includes@ ifneq ($(SCSH_INCLUDES),) -INCLUDES += -I $(SCSH_INCLUDES) +INCLUDES += -I$(SCSH_INCLUDES) endif SCX_VERSION = "0.1"