diff options
-rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 74e7b93d7..b3fcae5cf 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -380,10 +380,8 @@ include Makefile.inc curl_PROGRAMS = curl.exe curl_OBJECTS := $(patsubst %.c,%.o,$(strip $(CURL_CFILES))) curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_CFILES)))) -ifdef DYN curl_OBJECTS += $(curlx_OBJECTS) vpath %.c $(PROOT)/lib -endif RESOURCE = curl.res |