diff options
Diffstat (limited to 'src/udev/ata_id/Makefile')
-rw-r--r-- | src/udev/ata_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/ata_id/Makefile b/src/udev/ata_id/Makefile index e70e2573bd..00a8c37ac2 100644 --- a/src/udev/ata_id/Makefile +++ b/src/udev/ata_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ata_id_SOURCES = \ |