aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorhare@suse.de <hare@suse.de>2005-01-20 04:44:36 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:21:58 -0700
commit94f88ba5eebfcb45ecc99bc0c32b167204ad427a (patch)
tree78a6d955fdad3d8e8c1d28c6da9d75e658783739 /Makefile
parenteb064000ca62e1f854db88c5011f308492d526d6 (diff)
downloadudev-94f88ba5eebfcb45ecc99bc0c32b167204ad427a.tar.gz
[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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 52c1d47b..d56f22d0 100644
--- a/Makefile
+++ b/Makefile
@@ -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