mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 00:41:08 +01:00
fix: Remove duplicate imports from Makefile
This commit is contained in:
parent
9d03c2b08b
commit
25584e215e
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -28,10 +28,7 @@ makefiles = \
|
||||||
misc/zsh/local.mk \
|
misc/zsh/local.mk \
|
||||||
misc/systemd/local.mk \
|
misc/systemd/local.mk \
|
||||||
misc/launchd/local.mk \
|
misc/launchd/local.mk \
|
||||||
misc/upstart/local.mk \
|
misc/upstart/local.mk
|
||||||
doc/manual/local.mk \
|
|
||||||
doc/internal-api/local.mk \
|
|
||||||
doc/external-api/local.mk
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ENABLE_UNIT_TESTS), yes)
|
ifeq ($(ENABLE_UNIT_TESTS), yes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue