@@ -111,11 +111,11 @@ @if test -n "$(TWAPI_SHA256)"; then if test "`openssl sha256 "$(TWAPI_ZIP).new" | sed 's@^.*= *@@'`" != "$(TWAPI_SHA256)"; then echo "$(TWAPI_ZIP): Checksum Mismatch!"; exit 1; fi; fi unzip -l "$(TWAPI_ZIP).new" mv "$(TWAPI_ZIP).new" "$(TWAPI_ZIP)" # Icon -icon/tcpdump.ico: icon/tcpdump.png icon/Makefile +icon/tcpdump.ico: icon/tcpdump.xcf icon/Makefile $(MAKE) -C icon tcpdump.ico # Tclkit $(KITCREATOR_TARBALL): @-mkdir -p archive >/dev/null 2>/dev/null