[parted-devel] Minor formating fix for Makefile.am
Håkon Løvdal
hlovdal at gmail.com
Fri Feb 16 01:38:57 CET 2007
Hi. The newly added line with libparted.pc.in in Makefile.am used tabs
while all the
neighbour lines uses space for indentation. This patch replace the tabs with
space as well as removing two unneeded spaces for current_symbols.txt.
I also noticed that the split lines for the check-abi target uses space
for indentation, but I did not change anything for that since I do not know if
that is the way it is supposed to be.
--- Makefile.am
+++ Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = config.rpath \
COPYING \
THANKS \
TODO \
- libparted.pc.in \
+ libparted.pc.in \
parted.spec.in \
parted.m4 \
scripts/data/abi/baseline_symbols.txt \
@@ -29,7 +29,7 @@ baseline_file =
${top_srcdir}/scripts/data/abi/baseline_symbols.txt
extract_symvers = $(top_srcdir)/scripts/extract_symvers
current_symbols.txt: ${extract_symvers}
- -@(sh ${extract_symvers} libparted/.libs/libparted.so
current_symbols.txt)
+ -@(sh ${extract_symvers} libparted/.libs/libparted.so
current_symbols.txt)
baseline_symbols:
-@(output=${baseline_file}; \
BR Håkon Løvdal
More information about the parted-devel
mailing list