summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-14 21:50:09 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-17 10:36:52 +0100
commitd76b4afb8ed9531c1609804b684900a0ea96815c (patch)
tree2e576b5bd91d3e28b1f0ff7e5740e1d8939e3c19 /base
parenta8cdd9e16a04ca837401cbcaa4677b2af50007b7 (diff)
downloadlvm2-d76b4afb8ed9531c1609804b684900a0ea96815c.tar.gz
makefiles: sort
Diffstat (limited to 'base')
-rw-r--r--base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/Makefile b/base/Makefile
index f150ad9e0..6050c3a2a 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -18,9 +18,9 @@
# which defined all top_* variables
BASE_SOURCE=\
- base/data-struct/radix-tree.c \
base/data-struct/hash.c \
- base/data-struct/list.c
+ base/data-struct/list.c \
+ base/data-struct/radix-tree.c
BASE_DEPENDS = $(BASE_SOURCE:%.c=%.d)
BASE_OBJECTS = $(BASE_SOURCE:%.c=%.o)