diff options
Diffstat (limited to 'getfattr/Makefile')
-rw-r--r-- | getfattr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getfattr/Makefile b/getfattr/Makefile index a883a57..c33cfa2 100644 --- a/getfattr/Makefile +++ b/getfattr/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/include/builddefs LTCOMMAND = getfattr CFILES = getfattr.c -LLDLIBS = $(LIBATTR) $(LIBMISC) -LTDEPENDENCIES = $(LIBATTR) $(LIBMISC) +LLDLIBS = $(LIBMISC) $(LIBATTR) +LTDEPENDENCIES = $(LIBMISC) $(LIBATTR) default: $(LTCOMMAND) |