lib/Makefile: fix indentation.
--HG-- extra : convert_revision : 22a071ea6d01aa3eae03d3dcd825f6ac80d9fe9c
This commit is contained in:
parent
b51659f128
commit
f8819462b0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue