summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-04-24 12:55:35 +0200
committerFlorian Dold <florian@dold.me>2024-04-24 12:58:56 +0200
commitfbec8bebc30a4619b6b192a0fc466dc81f15da14 (patch)
tree4b7eedc1cd107d337af65fec1e77e2355b276c96
parent9f93e2ff2e7dbff68d10c00d30acab2a5cd14189 (diff)
downloadlibeufin-master.tar.gz
libeufin-master.tar.bz2
libeufin-master.zip
build system: allow running make unconfiguredHEADv0.10.3-dev.1master
As the Makefile is always present, it must be runnable unconfigured. Otherwise dpkg-buildpackage doesn't like us.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d60926f..e02eb992 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# This Makefile has been placed under the public domain
-include build-system/config.mk
+-include build-system/config.mk
# Default target, must be at the top.
# Should be changed with care to not break (Debian) packaging.