summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Dogguy <mehdi@debian.org>2018-05-11 09:59:06 +0200
committerStéphane Glondu <glondu@debian.org>2023-09-21 07:10:25 +0200
commit39b5a0cfc8058a5e86c4fdd36a3342cc5efcca08 (patch)
tree71e5b762c297518544ef472e287f1a3fd6c83395
parent9e2109c93cad18bb49da77c050381ce0db385e15 (diff)
Handle Makefile.conf correctly
Gbp-Pq: Name 0001-Handle-Makefile.conf-correctly.patch
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c240043..c32d8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# (for developers)
-include Makefile.conf
+-include Makefile.conf
#----------------------------------------------------------------------
# specific rules for this package:
@@ -61,7 +61,7 @@ clean:
.PHONY: distclean
distclean: clean
- rm -f *~ depend depend.pkg
+ rm -f *~ depend depend.pkg Makefile.conf
RELEASE: META
awk '/version/ { print substr($$3,2,length($$3)-2) }' META >RELEASE