diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-09-15 14:59:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-09-15 14:59:47 +0000 |
commit | 2dcb316dd3711183ff9b2c48605b61f3cde12a99 (patch) | |
tree | fc46f26139d67a3ce8a196f35c46ce6d5311749c /udev-lfs | |
parent | 6c302b6e9e298e256c54d9ceab415f4868a23c6c (diff) |
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r-- | udev-lfs/Makefile.lfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs index f0cf03abb..cb7542ae6 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -42,7 +42,7 @@ DEF = -include cfg.h \ -DHAVE_FIRMWARE INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd \ - -I src/core -I udev-lfs-206.-1 + -I src/core -I udev-lfs-206-$(SYSTEMD_VERSION)-1 LIBUDEV_SRCS = libudev-device-private.c \ libudev-device.c \ |