Some more small Watcom makefile fixes.

This commit is contained in:
Guenter Knauf 2010-10-14 01:22:40 +02:00
parent 7e46061cac
commit 0cb3d7913c
2 changed files with 3 additions and 1 deletions

View 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