mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Merge pull request #10408 from NixOS/fix-make
fix: Remove duplicate imports from Makefile
This commit is contained in:
commit
3d0d9085d5
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -28,10 +28,7 @@ makefiles = \
|
|||
misc/zsh/local.mk \
|
||||
misc/systemd/local.mk \
|
||||
misc/launchd/local.mk \
|
||||
misc/upstart/local.mk \
|
||||
doc/manual/local.mk \
|
||||
doc/internal-api/local.mk \
|
||||
doc/external-api/local.mk
|
||||
misc/upstart/local.mk
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_UNIT_TESTS), yes)
|
||||
|
|
Loading…
Reference in a new issue