diff options
Diffstat (limited to 'erts/test/Makefile')
-rw-r--r-- | erts/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/test/Makefile b/erts/test/Makefile index 9097781ae7..85b78a79d2 100644 --- a/erts/test/Makefile +++ b/erts/test/Makefile @@ -79,7 +79,7 @@ release_spec: release_tests_spec: opt $(INSTALL_DIR) "$(RELSYSDIR)" - $(INSTALL_DATA) system.spec system.dynspec system.spec.vxworks \ + $(INSTALL_DATA) system.spec system.dynspec \ $(ERL_FILES) $(TARGET_FILES) "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" tar cf - *_SUITE_data utils | (cd "$(RELSYSDIR)"; tar xf -) |