Merge pull request #10408 from NixOS/fix-make

fix: Remove duplicate imports from Makefile
This commit is contained in:
Eelco Dolstra 2024-04-05 13:02:51 +02:00 committed by GitHub
commit 3d0d9085d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)