fix libX11 compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Dec 2007 02:54:51 +0000 (02:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Dec 2007 02:54:51 +0000 (02:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9914 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/libX11/Makefile

index 7831a7a..2e07ff0 100644 (file)
@@ -81,6 +81,7 @@ endef
 
 define Build/InstallDev
        $(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
+       $(INSTALL_DIR) $(1)
        $(CP) $(PKG_INSTALL_DIR)/* $(1)
 endef