diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-27 02:59:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-27 02:59:53 +0000 |
commit | 669c307bb0d099b1bbab5c26e2488d9b196d9b65 (patch) | |
tree | ac4d34fc2e8d9c760ca8dee8d1fcf32e3d8513f1 /udev-lfs/Makefile.lfs | |
parent | f5976ac6b48ecc79d06126dbeb35d8e88174e678 (diff) |
Updates for udev-lfs-192
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs/Makefile.lfs')
-rw-r--r-- | udev-lfs/Makefile.lfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs index 0c7a10f24..9015f52d9 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -4,7 +4,7 @@ # vim: tabstop=3 SHELL=/bin/bash -VERSION=190 +VERSION=192 ifeq ($(V),) VB = @ @@ -159,7 +159,7 @@ udev: common \ common: udev-lfs-$(VERSION)/cfg.h @mkdir -p build - cp udev-lfs-$(VERSION)/cfg.h . + sed -e 's/LFS-VERSION/$(VERSION)/' udev-lfs-$(VERSION)/cfg.h > ./cfg.h build/%o: %c common @echo CC $< |