From 0cb3d7913c0b8ab239d5b703980620d700addbb9 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 14 Oct 2010 01:22:40 +0200 Subject: Some more small Watcom makefile fixes. --- src/Makefile.Watcom | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.Watcom') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 48676a89c..0f726c449 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -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 -- cgit v1.2.3