[libmultipath] Fix pp_alua install target
authorHannes Reinecke <hare@suse.de>
Mon, 21 May 2007 08:06:42 +0000 (10:06 +0200)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 21 May 2007 22:12:40 +0000 (00:12 +0200)
The install target in the pp_alua Makefile should reference the
program, not the build target. Otherwise the program gets recompiled
on each install.

Signed-off-by: Hannes Reinecke <hare@suse.de>
path_priority/pp_alua/Makefile

index 983ffe3..6f356a1 100644 (file)
@@ -35,7 +35,7 @@ glibc:        $(OBJS)
 klibc: $(OBJS)
        $(CC) -static -o $(EXEC) $(OBJS)
 
-install: $(BUILD) $(EXEC).8.gz
+install: $(EXEC) $(EXEC).8.gz
        $(INSTALL) -s -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC)
        $(INSTALL) -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir)/$(EXEC).8.gz