mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
No need to create dependency files for zlib host library
svn path=/trunk/; revision=30219
This commit is contained in:
Vendored
+2
-2
@@ -32,8 +32,8 @@ ZLIB_HOST_SOURCES = $(addprefix $(ZLIB_BASE_), \
|
||||
ZLIB_HOST_OBJECTS = \
|
||||
$(addprefix $(INTERMEDIATE_), $(ZLIB_HOST_SOURCES:.c=.host.o))
|
||||
|
||||
ZLIB_HOST_CFLAGS = -MMD -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
||||
-Wstrict-prototypes -Wmissing-prototypes $(TOOLS_CPPFLAGS)
|
||||
ZLIB_HOST_CFLAGS = -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
||||
-Wstrict-prototypes -Wmissing-prototypes $(TOOLS_CPPFLAGS)
|
||||
|
||||
$(ZLIB_HOST_TARGET): $(ZLIB_HOST_OBJECTS) | $(ZLIB_OUT)
|
||||
$(ECHO_AR)
|
||||
|
||||
Reference in New Issue
Block a user