projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0f061
)
tools: fix install of lomount
author
Ian Campbell
<ian.campbell@citrix.com>
Thu, 22 Sep 2011 17:37:06 +0000
(18:37 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 22 Sep 2011 17:37:06 +0000
(18:37 +0100)
$(BIN) went away in 23124:
e3d4c34b14a3
.
Also there are no *.so, *.a or *.rpm built in here
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/misc/lomount/Makefile
patch
|
blob
|
history
diff --git
a/tools/misc/lomount/Makefile
b/tools/misc/lomount/Makefile
index 1d6d00cf5e6f9f2a16f4797cc12f353ebd6a27d9..b0afe660ab36819a0cb7ebc6b1b7ba7f2bd84e28 100644
(file)
--- a/
tools/misc/lomount/Makefile
+++ b/
tools/misc/lomount/Makefile
@@
-11,11
+11,11
@@
build: lomount
.PHONY: install
install install-recurse: build
- $(INSTALL_PROG)
$(BIN)
$(SCRIPTS) $(DESTDIR)$(BINDIR)
+ $(INSTALL_PROG)
lomount
$(SCRIPTS) $(DESTDIR)$(BINDIR)
.PHONY: clean
clean:
- $(RM) *.
a *.so *.o *.rpm $(BIN)
+ $(RM) *.
o lomount
lomount: lomount.o
$(CC) $(CFLAGS) -o $@ $<