mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Have make print a helpful error message if configure has not been run.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
include Makefile.config
|
||||
-include Makefile.config
|
||||
include Makefile.common
|
||||
|
||||
ifndef CONFIGURE_RUN
|
||||
$(error You must run ./configure first)
|
||||
endif
|
||||
|
||||
ifneq ($(SYSTEM),Darwin)
|
||||
|
||||
TARGETS = .cli
|
||||
|
||||
Reference in New Issue
Block a user