diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-03 14:35:42 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-12-03 16:17:58 +0100 |
commit | 8ad2c9c4b97f291982598e34530122612c580b83 (patch) | |
tree | 8e06bf6d7cddfed4e5023f242e073ba1408febe2 /src/libexpr/local.mk | |
parent | 1b0ca3866bae7185e628fda956634c52a5da7a15 (diff) |
Remove 'dist' target
We're not producing source tarballs anymore so this has been
bitrotting.
Diffstat (limited to 'src/libexpr/local.mk')
-rw-r--r-- | src/libexpr/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/local.mk b/src/libexpr/local.mk index a5422169d..519da33f7 100644 --- a/src/libexpr/local.mk +++ b/src/libexpr/local.mk @@ -35,8 +35,6 @@ $(d)/lexer-tab.cc $(d)/lexer-tab.hh: $(d)/lexer.l clean-files += $(d)/parser-tab.cc $(d)/parser-tab.hh $(d)/lexer-tab.cc $(d)/lexer-tab.hh -dist-files += $(d)/parser-tab.cc $(d)/parser-tab.hh $(d)/lexer-tab.cc $(d)/lexer-tab.hh - $(eval $(call install-file-in, $(d)/nix-expr.pc, $(prefix)/lib/pkgconfig, 0644)) $(foreach i, $(wildcard src/libexpr/flake/*.hh), \ |