blob: dad9601c496b911cf84dc3afc79298a8ce2a670f [file] [log] [blame]
Upstream-Status: Pending
from openembedded, added by Qing He <qing.he@intel.com>
Index: libaio-0.3.106/Makefile
===================================================================
--- libaio-0.3.106.orig/Makefile 2004-02-26 07:25:10.000000000 -0800
+++ libaio-0.3.106/Makefile 2006-10-14 09:19:07.000000000 -0700
@@ -15,7 +15,7 @@
@$(MAKE) -C src
install:
- @$(MAKE) -C src install prefix=$(prefix) includedir=$(includedir) libdir=$(libdir)
+ @$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
clean: