Commit ebf2982e authored by Sam Hocevar's avatar Sam Hocevar

* ./Makefile: we check for Makefile.config before including it.

parent cd08e2c2
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
############################################################################### ###############################################################################
ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),) ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),)
include Makefile.config
include Makefile.opts include Makefile.opts
endif endif
ifeq ($(shell [ ! -r Makefile.config ] && echo 1),)
include Makefile.config
endif
############################################################################### ###############################################################################
# Objects and files # Objects and files
......
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