lib/Makefile: fix indentation.

--HG--
extra : convert_revision : 22a071ea6d01aa3eae03d3dcd825f6ac80d9fe9c
This commit is contained in:
Juan RP 2009-08-08 22:56:08 +02:00
parent b51659f128
commit f8819462b0
1 changed files with 1 additions and 1 deletions

View File

@ -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)