diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-18 17:37:08 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-18 17:37:08 +0400 |
commit | 6987c942a11bab3b146da8221f4e2c42373ae596 (patch) | |
tree | 6286e1235a22368ad43ce3d0fcf5c270e8c2361d /libv8/Makefile | |
parent | be28bbbafb85efc2cffc58b51090952432e5fb64 (diff) | |
download | cibs-pkgs-6987c942a11bab3b146da8221f4e2c42373ae596.tar.gz |
Allow building debs
Diffstat (limited to 'libv8/Makefile')
-rw-r--r-- | libv8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libv8/Makefile b/libv8/Makefile index 9ecbde7..3b9e6ae 100644 --- a/libv8/Makefile +++ b/libv8/Makefile @@ -59,6 +59,7 @@ install-%-stamp: build-%-stamp mkdir -p $(protodir)/$(libdir) mkdir -p $(protodir)/usr/include cp $(v8out) $(protodir)/$(libdir)/ + cp $(builddir)/include/*.h $(protodir)/usr/include/ touch $@ checksum-v8-3.14.5.3.tar.bz2 := \ |