Be sure to remove object files for msc_test when rebuilding.

This commit is contained in:
brectanus
2008-05-05 21:53:12 +00:00
parent 69c8e8cd5c
commit 6b3d337614

View File

@@ -92,7 +92,7 @@ mod_security2.la: $(MOD_SECURITY2_H) *.c
for f in $(MOD_SECURITY2); do \
src="$$src $$f.c"; \
done; \
rm -f msc_test; \
rm -f msc_test msc_test.o msc_test.lo msc_test.slo; \
$(COMPILE_APACHE_MOD) $(APXS_EXTRA_CFLAGS) $(MODSEC_APXS_EXTRA_CFLAGS) $$src
### MLogC