Skip to content

Commit

Permalink
Always load Makefile.config if it's there
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jul 29, 2021
1 parent 5a29acb commit 114f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_ext/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ifneq ($(filter-out archives cache-archives lib-pkg,$(MAKECMDGOALS)),)
ifneq ($(wildcard ../Makefile.config)$(filter-out archives cache-archives lib-pkg,$(MAKECMDGOALS)),)
-include ../Makefile.config
endif

Expand Down

0 comments on commit 114f93b

Please sign in to comment.