diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-27 12:02:03 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-27 12:02:03 +0000 |
commit | d5a0b50c6f51cd783c5216806fe01deb0bc0b03a (patch) | |
tree | 86f077e72958052aec6b286ee304bc56b4f97f89 /Makefile | |
parent | 87858c89ca89bd1bb2044de0c8a9406bd6367ab7 (diff) | |
download | qemu-d5a0b50c6f51cd783c5216806fe01deb0bc0b03a.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@287 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ distclean: clean rm -f config.mak config.h install: $(PROGS) + mkdir -p $(prefix)/bin install -m 755 -s $(PROGS) $(prefix)/bin # various test targets |