[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-479-g997abd9

Mildred Ki'Lya silkensedai at online.fr
Sun Sep 6 09:14:50 UTC 2009


The following commit has been merged in the stable branch:
commit 997abd90740b9047cb8bddcd4cda8c76d9d3bd14
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sun Sep 6 11:14:35 2009 +0200

    Added rules in Makefile for path.h and src/path.h

diff --git a/Makefile b/Makefile
index 3a207cb..becba02 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,10 @@ check: bootstrap
 	diff -s bin/lisaac bootstrap/lisaac
 
 bin/path.h:
-	@echo "#define LISAAC_DIRECTORY \"$(LIB)\"" > bin/path.h
+	@echo "#define LISAAC_DIRECTORY \"$(LIB)\"" > $@
+
+path.h src/path.h:
+	@echo "#define LISAAC_DIRECTORY \"`pwd`\"" > $@
 
 bin/lisaac: bin/lisaac.c bin/path.h
 	$(CC) $(CFLAGS) $< -o $@ -lm -fomit-frame-pointer

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list