From f8819462b0fb0329668637e3e8d14d65716c9231 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 8 Aug 2009 22:56:08 +0200 Subject: [PATCH] lib/Makefile: fix indentation. --HG-- extra : convert_revision : 22a071ea6d01aa3eae03d3dcd825f6ac80d9fe9c --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 787f482555d..d61706a4cff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,7 +11,7 @@ LIBXBPS_LDFLAGS = -larchive -lprop -shared -Wl,-soname,$(LIBXBPS).$(MAJOR) OBJECTS = configure.o cmpver.o depends.o fexec.o findpkg.o OBJECTS += humanize_number.o orphans.o plist.o register.o remove.o -OBJECTS += repository.o requiredby.o sha256.o sortdeps.o state.o +OBJECTS += repository.o requiredby.o sha256.o sortdeps.o state.o OBJECTS += unpack.o util.o all: $(LIBXBPS) $(LIBXBPS_STATIC)