[multipath] make install error on multipath.conf.5
authorChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 4 Jun 2007 21:32:36 +0000 (23:32 +0200)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 4 Jun 2007 21:32:36 +0000 (23:32 +0200)
multipath.conf.5 was not compressed in the install target of the Makefile.
Do that, and move the gzips in the prepare target to factorize a bit too.

multipath/Makefile

index 2afa6ad..ec3f73e 100644 (file)
@@ -22,14 +22,14 @@ all: $(BUILD)
 prepare:
        make -C $(multipathdir) prepare
        rm -f core *.o *.gz
+       $(GZIP) $(EXEC).8 > $(EXEC).8.gz
+       $(GZIP) $(EXEC).conf.5 > $(EXEC).conf.5.gz
 
 glibc: prepare $(OBJS)
        $(CC) $(OBJS) -o $(EXEC) $(LDFLAGS)
-       $(GZIP) $(EXEC).8 > $(EXEC).8.gz
 
 klibc: prepare $(OBJS)
        $(CC) -static -o $(EXEC) $(CRT0) $(OBJS) $(KLIBC) $(LIBGCC)
-       $(GZIP) $(EXEC).8 > $(EXEC).8.gz
 
 $(CHECKERSLIB)-$(BUILD).a:
        make -C $(checkersdir) BUILD=$(BUILD) $(BUILD)