Quellcode durchsuchen

Makefile bugfix

Taddeus Kroes vor 11 Jahren
Ursprung
Commit
66b43f6ebb
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      Makefile
  2. 2 2
      TESTSUITE_README

+ 1 - 1
Makefile

@@ -16,7 +16,7 @@ CIVAS := $(BIN_DIR)/civas
 CIVVM := $(BIN_DIR)/civvm
 
 DIST_TGT := civicaml.tar.gz
-DIST_FILES := $(RESULT) $(SOURCES) Makefile OCamlMakefile README.md test bin32 \
+DIST_FILES := $(RESULT) $(SOURCES) Makefile OCamlMakefile README.md test bin \
 	.gitignore
 
 TESTSUITE_TGT := testsuite.tar.gz

+ 2 - 2
TESTSUITE_README

@@ -45,8 +45,8 @@ TEST_RUN_FUNCTIONAL := 0
 
 # Path to toolchain files, relative to the root directory (used for functional
 # test).
-TEST_CIVAS := bin32/civas
-TEST_CIVVM := bin32/civvm
+TEST_CIVAS := bin/civas
+TEST_CIVVM := bin/civvm
 
 # Path to your compiler binary, relative to the root directory.
 TEST_CIVCC := bin/civicc