mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Provide better message when running make before configure
This commit is contained in:
parent
5b67102f62
commit
f0de61e598
8
Makefile
8
Makefile
@ -1,9 +1,15 @@
|
||||
path_to_top = .
|
||||
include $(path_to_top)/Makefile.config
|
||||
-include $(path_to_top)/Makefile.config
|
||||
|
||||
# TODO: Automagically rerun autoconf.
|
||||
|
||||
SUBDIRS = doc po src
|
||||
CLEAN = features.log
|
||||
|
||||
ifeq ($(wildcard Makefile.config),)
|
||||
# Catch all
|
||||
$(MAKECMDGOALS) default:
|
||||
@echo "You need to first run ./configure"
|
||||
else
|
||||
include $(path_to_top)/Makefile.lib
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user