diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-23 01:04:09 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | c94705b5648499c58b32099dc3a303b64e1de603 (patch) | |
tree | 908a63481fa4ea457cf60913862f2d160ba16eba /Makefile.klibc | |
parent | c332cfc72da865f3c9f5e34867fc3ac1b0bf0154 (diff) |
[PATCH] get 'make release' to work properly again.
Diffstat (limited to 'Makefile.klibc')
-rw-r--r-- | Makefile.klibc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.klibc b/Makefile.klibc index b901170544..aca73adb53 100644 --- a/Makefile.klibc +++ b/Makefile.klibc @@ -152,7 +152,7 @@ OBJS = udev.o \ udevdb.o \ logging.o \ namedev.o \ - klibc.o \ + klibc_fixups.o \ $(SYSFS) \ $(TDB) |