Commit e8d8b8be by Maarten L. Hekkelman

do check makefile

parent 3f884968
......@@ -49,23 +49,23 @@ CLIBD ?= $(CCP4DIR)/lib/data
DATADIR = $(datadir)/libcifpp
ifeq "$(CHECK_CONFIG)" "1"
GNUmakefile: config.status GNUmakefile.in
$(SHELL) ./config.status
ifeq "$(CHECK_CONFIG)" "1"
config.status: configure
$(SHELL) ./config.status --recheck
configure: configure.ac
autoconf
endif
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
endif
# libtool stuff
LIBTOOL = $(SHELL) ./libtool
......
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