diff options
author | Guenter Knauf <lists@gknw.net> | 2010-10-14 01:22:40 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-10-14 01:22:40 +0200 |
commit | 0cb3d7913c0b8ab239d5b703980620d700addbb9 (patch) | |
tree | cc2327fc36448149cec5a10e5a6b30da94433c95 /src | |
parent | 7e46061cac2ba460c337d9ec89e06c32a5e97d99 (diff) |
Some more small Watcom makefile fixes.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 1 |
1 files changed, 1 insertions, 0 deletions
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 |