mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Remove CRLF from Makefile.am
This commit is contained in:
parent
2dbe4ab4f0
commit
1df668c942
79
Makefile.am
79
Makefile.am
@ -1,40 +1,39 @@
|
|||||||
ACLOCAL_AMFLAGS = -I build
|
ACLOCAL_AMFLAGS = -I build
|
||||||
SUBDIRS = @TOPLEVEL_SUBDIRS@ tests
|
SUBDIRS = @TOPLEVEL_SUBDIRS@ tests
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
MAINTAINERCLEANFILES =
|
MAINTAINERCLEANFILES =
|
||||||
|
|
||||||
CLEANFILES += tests/regression/server_root/conf/*.t_*.conf \
|
CLEANFILES += tests/regression/server_root/conf/*.t_*.conf \
|
||||||
tests/regression/server_root/logs/*.log
|
tests/regression/server_root/logs/*.log
|
||||||
|
|
||||||
MAINTAINERCLEANFILES += $(CLEANFILES) \
|
MAINTAINERCLEANFILES += $(CLEANFILES) \
|
||||||
Makefile.in \
|
Makefile.in \
|
||||||
aclocal.m4 \
|
aclocal.m4 \
|
||||||
alp2/Makefile.in \
|
alp2/Makefile.in \
|
||||||
apache2/Makefile.in \
|
apache2/Makefile.in \
|
||||||
standalone/Makefile.in \
|
build/config.guess \
|
||||||
build/config.guess \
|
build/config.sub \
|
||||||
build/config.sub \
|
build/depcomp \
|
||||||
build/depcomp \
|
build/libtool.m4 \
|
||||||
build/libtool.m4 \
|
build/ltmain.sh \
|
||||||
build/ltmain.sh \
|
build/ltoptions.m4 \
|
||||||
build/ltoptions.m4 \
|
build/ltsugar.m4 \
|
||||||
build/ltsugar.m4 \
|
build/ltversion.m4 \
|
||||||
build/ltversion.m4 \
|
build/lt~obsolete.m4 \
|
||||||
build/lt~obsolete.m4 \
|
build/missing \
|
||||||
build/missing \
|
configure \
|
||||||
configure \
|
ext/Makefile.in \
|
||||||
ext/Makefile.in \
|
mlogc/Makefile.in \
|
||||||
mlogc/Makefile.in \
|
modsecurity_config_auto.h.in~ \
|
||||||
modsecurity_config_auto.h.in~ \
|
config.log \
|
||||||
config.log \
|
Makefile \
|
||||||
Makefile \
|
config.status
|
||||||
config.status
|
|
||||||
|
# Alias for "check"
|
||||||
# Alias for "check"
|
test: check
|
||||||
test: check
|
|
||||||
|
test-regression:
|
||||||
test-regression:
|
(cd tests && $(MAKE) test-regression)
|
||||||
(cd tests && $(MAKE) test-regression)
|
|
||||||
|
.PHONY: test
|
||||||
.PHONY: test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user