chiark / gitweb /
build-sys: fix build issue with machines.target
authorPhilippe De Swert <philippedeswert@gmail.com>
Wed, 31 Dec 2014 16:02:12 +0000 (18:02 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 1 Jan 2015 14:05:46 +0000 (09:05 -0500)
commit699b7227a2faeb9818e90e90837794aef18f9bef
treee4dc561f41aeabef8b2456120ddac230f8f82f6e
parenta780d4cb1cc1443904271ae35bd4291639c7eb87
build-sys: fix build issue with machines.target

When doing "make clean" the unit/machines.target file gets deleted.
This causes a build error later on when trying to rebuild systemd.

V2: The file probably belongs to dist_systemunit_DATA
Makefile.am