removed spaces after -I and -L

This commit is contained in:
frese 2003-05-07 13:33:48 +00:00
parent aae4511c7b
commit b7a19e0ce8
1 changed files with 3 additions and 3 deletions

View File

@ -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"