[PATCH] rearrange link order in Makefile

The link-order in the main Makefile is not quite correct (sysfs should
be linked after udev.a) which might cause the build to fail.
This commit is contained in:
hare@suse.de 2005-01-20 04:44:36 +01:00 committed by Greg KH
parent eb064000ca
commit 94f88ba5ee

View file

@ -228,8 +228,8 @@ UDEV_OBJS = \
namedev_parse.o
OBJS = \
libsysfs/sysfs.a \
udev.a
udev.a \
libsysfs/sysfs.a
SYSFS = $(PWD)/libsysfs/sysfs.a