diff --git a/Testing/Makefile.postamble b/Testing/Makefile.postamble index 7f56f699a..1f1490b64 100644 --- a/Testing/Makefile.postamble +++ b/Testing/Makefile.postamble @@ -76,13 +76,4 @@ check:: $(CHECKABLE_TOOLS) # Things to do after checking # after-check:: -regenerate: - -copy-dist: $(DIST_FILES) - mkdir ../snap/checks - for f in $(DIST_FILES); do \ - cp $$f ../snap/checks ; \ - done - mkdir ../snap/checks/English.lproj - cp English.lproj/NXStringTable.example ../snap/checks/English.lproj