Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xentools3-hvm / patches / patch-bb
blobf998347b81cb20de3591b5ed3cfe269daa312cd0
1 $NetBSD: patch-bb,v 1.1.1.1 2007/06/14 19:42:12 bouyer Exp $
3 --- ioemu/Makefile.target.orig  2007-01-08 16:00:48.000000000 +0100
4 +++ ioemu/Makefile.target       2007-04-26 21:38:21.000000000 +0200
5 @@ -567,12 +567,8 @@
6         rm -rf config.mak config.h
7  
8  install: all 
9 -       mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(configdir)"
10 -ifneq ($(PROGS),)
11 -       $(INSTALL_PROG) $(PROGS) "$(DESTDIR)$(bindir)"
12 -endif
13 -       $(INSTALL_PROG) $(TARGET_PATH)/qemu-dm.debug "$(DESTDIR)$(bindir)"
14 -       $(INSTALL_PROG) $(TARGET_PATH)/qemu-ifup "$(DESTDIR)$(configdir)"
15 +       $(BSD_INSTALL_PROGRAM_DIR) ${DESTDIR}$(bindir)
16 +       $(BSD_INSTALL_PROGRAM) $(PROGS) ${DESTDIR}$(bindir)
18  ifneq ($(wildcard .depend),)
19  include .depend