From: greg@kroah.com Date: Thu, 23 Oct 2003 08:04:09 +0000 (-0700) Subject: [PATCH] get 'make release' to work properly again. X-Git-Tag: 005~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c94705b5648499c58b32099dc3a303b64e1de603 [PATCH] get 'make release' to work properly again. --- diff --git a/Makefile b/Makefile index 6b2c39993..96037e486 100644 --- a/Makefile +++ b/Makefile @@ -147,6 +147,7 @@ OBJS = udev.o \ udevdb.o \ logging.o \ namedev.o \ + klibc_fixups.o \ $(SYSFS) \ $(TDB) diff --git a/Makefile.klibc b/Makefile.klibc index b90117054..aca73adb5 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) diff --git a/klibc.c b/klibc_fixups.c similarity index 100% rename from klibc.c rename to klibc_fixups.c