Some more small Watcom makefile fixes.
authorGuenter Knauf <lists@gknw.net>
Wed, 13 Oct 2010 23:22:40 +0000 (01:22 +0200)
committerGuenter Knauf <lists@gknw.net>
Wed, 13 Oct 2010 23:22:40 +0000 (01:22 +0200)
lib/Makefile.Watcom
src/Makefile.Watcom

index 811fd80..dc6391a 100644 (file)
@@ -112,7 +112,7 @@ CFLAGS += -dUSE_LIBRTMP -I$(LIBRTMP_ROOT)
 !endif
 
 !ifdef %use_ssh2
-CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -I$(LIBSSH2_ROOT)\include -I$(LIBSSH2_ROOT)\win32
+CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -I$(LIBSSH2_ROOT)$(DS)include -I$(LIBSSH2_ROOT)$(DS)win32
 !endif
 
 !ifdef %use_ssl
@@ -141,6 +141,7 @@ LIB_ARG  = $(OBJ_BASE)$(DS)stat$(DS)wlib.arg
 OBJS = $(CSOURCES:.c=.obj)
 !ifdef __LINUX__
 OBJS = $OBJ_DIR/$(OBJS: = $OBJ_DIR/)
+
 !else
 OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\)
 !endif
index 48676a8..0f726c4 100644 (file)
@@ -125,6 +125,7 @@ OBJS += $(CURLX_SOURCES:.c=.obj)
 !endif
 !ifdef __LINUX__
 OBJS = $OBJ_DIR/$(OBJS: = $OBJ_DIR/)
+
 !else
 OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\)
 !endif