summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-01-19 22:47:26 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-01-19 22:47:26 (GMT)
commit3d2bd925e7fe769c922929c12b262b6408bab09f (patch)
tree9544300b8092beb30d558006c2b0e12cbe4f539e
parentb97990a6d957626f153c9950c7d59412494a1aeb (diff)
downloadmxe-3d2bd925e7fe769c922929c12b262b6408bab09f.zip
mxe-3d2bd925e7fe769c922929c12b262b6408bab09f.tar.gz
mxe-3d2bd925e7fe769c922929c12b262b6408bab09f.tar.bz2
bugfix in package directx
-rw-r--r--src/directx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directx.mk b/src/directx.mk
index d08a6e2..2ae324d 100644
--- a/src/directx.mk
+++ b/src/directx.mk
@@ -24,5 +24,4 @@ define $(PKG)_BUILD
$(INSTALL) -m644 '$(1)/include/'*.inl '$(PREFIX)/$(TARGET)/include/'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib'
$(INSTALL) -m644 '$(1)/lib/'*.a '$(PREFIX)/$(TARGET)/lib/'
- $(INSTALL) -m644 '$(1)/include/'*.inl '$(PREFIX)/$(TARGET)/include/'
endef