X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fpopt%2FMakefile;h=d779a8547c8d28b4d86a3d7c0d8284e63d466f09;hp=0ccf9d31c597bfe862bc785d06dc2a12725ded1f;hb=a7f962687005e09bf2ec54d3d43c04b1a0d6ca19;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3 diff --git a/libs/popt/Makefile b/libs/popt/Makefile index 0ccf9d31c5..d779a8547c 100644 --- a/libs/popt/Makefile +++ b/libs/popt/Makefile @@ -47,7 +47,6 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/include/popt.h $(STAGING_DIR)/usr/include/ mkdir -p $(STAGING_DIR)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.{a,so*} $(STAGING_DIR)/usr/lib/ - touch $(STAGING_DIR)/usr/lib/libpopt.so endef define Build/UninstallDev