Browse Source

Fix broken builds

Jeremiah Orians 2 years ago
parent
commit
0938d68f63
3 changed files with 7 additions and 6 deletions
  1. 1 1
      POSIX
  2. 5 4
      makefile
  3. 1 1
      seed

+ 1 - 1
POSIX

@@ -1 +1 @@
-Subproject commit 15a783e18f0f04a1195133f1ae9a3e799ef78ebf
+Subproject commit 46192d42ceb52e2b0951f31bc7bb38e70bf9a423

+ 5 - 4
makefile

@@ -104,11 +104,11 @@ asm: High_level_prototypes/asm.c | bin
 dis: High_level_prototypes/disasm.c | bin
 	$(CC) -ggdb High_level_prototypes/disasm.c -o bin/dis
 
-hex: Linux\ Bootstrap/Legacy_pieces/hex.c | bin
-	$(CC) Linux\ Bootstrap/Legacy_pieces/hex.c -o bin/hex
+hex: POSIX/Legacy_pieces/hex.c | bin
+	$(CC) POSIX/Legacy_pieces/hex.c -o bin/hex
 
-xeh: Linux\ Bootstrap/Legacy_pieces/xeh.c | bin
-	$(CC) Linux\ Bootstrap/Legacy_pieces/xeh.c -o bin/xeh
+xeh: POSIX/Legacy_pieces/xeh.c | bin
+	$(CC) POSIX/Legacy_pieces/xeh.c -o bin/xeh
 
 # libVM Builds for Development tools
 libvm.so: wrapper.c vm_instructions.c vm_halcode.c vm_decode.c vm.h tty.c
@@ -271,6 +271,7 @@ prototype_lisp: stage2/High_level_prototypes/lisp/lisp.c stage2/High_level_proto
 # Clean up after ourselves
 .PHONY: clean
 clean:
+	rm -rf bin/
 	rm -f libvm.so libvm-production.so bin/vm bin/vm-production
 	rm -rf test/stage0_test_scratch prototypes/
 

+ 1 - 1
seed

@@ -1 +1 @@
-Subproject commit cfa108377c15382f58b20394150840e1099b6767
+Subproject commit 4715ae5292a6551a7d6e3ba2a2f1586a6bc5cb7d