summaryrefslogtreecommitdiffstats
path: root/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-12-03 14:35:42 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-12-03 16:17:58 +0100
commit8ad2c9c4b97f291982598e34530122612c580b83 (patch)
tree8e06bf6d7cddfed4e5023f242e073ba1408febe2 /local.mk
parent1b0ca3866bae7185e628fda956634c52a5da7a15 (diff)
Remove 'dist' target
We're not producing source tarballs anymore so this has been bitrotting.
Diffstat (limited to 'local.mk')
-rw-r--r--local.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/local.mk b/local.mk
index fe314b902..6a7074e8e 100644
--- a/local.mk
+++ b/local.mk
@@ -1,9 +1,3 @@
-ifeq ($(MAKECMDGOALS), dist)
- dist-files += $(shell cat .dist-files)
-endif
-
-dist-files += configure config.h.in perl/configure
-
clean-files += Makefile.config
GLOBAL_CXXFLAGS += -Wno-deprecated-declarations