Commit b7175dfb authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Sanity check for Makedll.rules.in -> Makedll.rules on whether to rerun

configure.
parent 33dff344
......@@ -51,6 +51,12 @@ checklink:: lib$(MODULE).$(LIBEXT)
debug_channels: dummy
$(TOPSRCDIR)/tools/make_debug $(MODULE).spec $(C_SRCS) $(SUBDIRS:%=%/*.c)
# Sanity check
Makedll.rules: $(TOPSRCDIR)/Makedll.rules.in $(TOPSRCDIR)/configure
@echo $? is newer than 'Makedll.rules', please rerun ./configure!
@exit 1
# Rules for installation
.PHONY: install_so install_a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment