mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix windows makefile
This commit is contained in:
@@ -53,7 +53,7 @@ all: $(DLL)
|
|||||||
dll: $(DLL)
|
dll: $(DLL)
|
||||||
|
|
||||||
mod_security2_config.h: mod_security2_config.hw
|
mod_security2_config.h: mod_security2_config.hw
|
||||||
@type mod_security2_config.hw > mod_security2_config.h
|
@type mod_security2_config.hw > modsecurity_config.h
|
||||||
|
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(CC) $(CFLAGS) -c $< -Fo$@
|
$(CC) $(CFLAGS) -c $< -Fo$@
|
||||||
|
Reference in New Issue
Block a user