Explorar el Código

libxml2: stop continous rerun of post-extract target

Touch stamp file (seems to have been missed by r23656).
Peter Korsgaard hace 16 años
padre
commit
0053483c96
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/libxml2/libxml2.mk

+ 1 - 0
package/libxml2/libxml2.mk

@@ -25,6 +25,7 @@ $(eval $(call AUTOTARGETS,package,libxml2))
 $(LIBXML2_HOOK_POST_EXTRACT):
 	rm -f $(LIBXML2_DIR)/win32/Makefile.msvc.rej
 	rm -f $(LIBXML2_DIR)/macos/src/XMLTestPrefix.h.rej
+	touch $@
 
 $(LIBXML2_HOOK_POST_INSTALL):
 	$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config