summaryrefslogtreecommitdiff
blob: 38a0a18dbc61aad09b3766f6bab85aac8f506863 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- btrfs-progs-0.19/Makefile~	2011-06-05 10:21:04.000000000 -0600
+++ btrfs-progs-0.19/Makefile	2011-06-05 10:21:46.000000000 -0600
@@ -75,7 +75,7 @@ quick-test: $(objects) quick-test.o
 	gcc $(CFLAGS) -o quick-test $(objects) quick-test.o $(LDFLAGS) $(LIBS)
 
 convert: $(objects) convert.o
-	gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o -lext2fs $(LDFLAGS) $(LIBS)
+	gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o -lext2fs -lcom_err $(LDFLAGS) $(LIBS)
 
 ioctl-test: $(objects) ioctl-test.o
 	gcc $(CFLAGS) -o ioctl-test $(objects) ioctl-test.o $(LDFLAGS) $(LIBS)