remove unneeded touch
authorNicolas Thill <nico@openwrt.org>
Mon, 8 Jan 2007 11:13:02 +0000 (11:13 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 8 Jan 2007 11:13:02 +0000 (11:13 +0000)
SVN-Revision: 6034

libs/cgilib/Makefile

index 10802ee10d97af15edd799629bd49f6945ef1377..5be5eecc19f7a1f0de978b89f63ae191e22497d4 100644 (file)
@@ -43,7 +43,6 @@ define Build/InstallDev
        $(CP) $(PKG_BUILD_DIR)/cgi.h $(STAGING_DIR)/usr/include/
        mkdir -p $(STAGING_DIR)/usr/lib
        $(CP) $(PKG_BUILD_DIR)/libcgi.{a,so*} $(STAGING_DIR)/usr/lib/
-       touch $(STAGING_DIR)/usr/lib/libcgi.so
 endef
        
 define Build/UninstallDev