Makefile:sysconfig: remove deps for which there is no target.

They were already satisfied by the "preproot" target.

I found these errors when I tried "make -j2" (which still doesn' work yet,
but oh wel...)
This commit is contained in:
Albert Hopkins 2013-10-13 15:56:23 +00:00
parent 6d55ed0e69
commit 1510c83387
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ else
sed -i '/swap/d' $(CHROOT)/etc/fstab
endif
sysconfig: preproot acpi.start $(SWAP_FILE) $(CHROOT)/etc/fstab $(CHROOT)/etc/conf.d/hostname
sysconfig: preproot acpi.start $(SWAP_FILE)
@echo $(VIRTIO)
ifeq ($(VIRTIO),YES)
sed -i 's/sda/vda/' $(CHROOT)/etc/fstab