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

configure.
oldstable
Marcus Meissner 2001-05-07 18:22:43 +00:00 committed by Alexandre Julliard
parent 33dff34402
commit b7175dfb05
1 changed files with 6 additions and 0 deletions

View File

@ -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