diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-09-15 16:03:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-09-15 16:03:19 +0000 |
commit | 77a2d1408986fb186955761994bf310ddd00766e (patch) | |
tree | eb5892324d468815a509609e3f12ef58298eb744 /udev-lfs | |
parent | 2dcb316dd3711183ff9b2c48605b61f3cde12a99 (diff) |
A typo in the typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10344 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 cb7542ae6..0f4f06318 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-$(SYSTEMD_VERSION)-1 + -I src/core -I udev-lfs-$(SYSTEMD_VERSION)-1 LIBUDEV_SRCS = libudev-device-private.c \ libudev-device.c \ |