Remove redundant code
This commit is contained in:
parent
36662eb562
commit
e384e7b387
1 changed files with 1 additions and 1 deletions
2
local.mk
2
local.mk
|
@ -1,5 +1,5 @@
|
||||||
ifeq ($(MAKECMDGOALS), dist)
|
ifeq ($(MAKECMDGOALS), dist)
|
||||||
dist-files += $(shell git ls-files) $(shell git ls-files)
|
dist-files += $(shell git ls-files)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dist-files += configure config.h.in nix.spec
|
dist-files += configure config.h.in nix.spec
|
||||||
|
|
Loading…
Reference in a new issue