[pure-lang-svn] SF.net SVN: pure-lang: [53] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-05-04 22:17:03
|
Revision: 53 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=53&view=rev Author: agraef Date: 2008-05-04 15:17:09 -0700 (Sun, 04 May 2008) Log Message: ----------- Back out previous change (rev. 51), which causes more trouble than it's worth. Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/Makefile Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-05-04 22:15:14 UTC (rev 52) +++ pure/trunk/ChangeLog 2008-05-04 22:17:09 UTC (rev 53) @@ -1,9 +1,5 @@ 2008-05-04 Albert Graef <Dr....@t-...> - * Makefile (pure.o): Add missing dependency of pure.o on Makefile, - so that the main module gets recompiled when bumping the version - number. - * 0.2 release. * lexer.ll, printer.cc: Add an explicit notation for big Modified: pure/trunk/Makefile =================================================================== --- pure/trunk/Makefile 2008-05-04 22:15:14 UTC (rev 52) +++ pure/trunk/Makefile 2008-05-04 22:17:09 UTC (rev 53) @@ -94,7 +94,7 @@ pure: $(OBJECT) $(CXX) -o $@ $(LDFLAGS) -rdynamic $(OBJECT) $(ALL_LIBS) -pure.o: pure.cc Makefile +pure.o: pure.cc $(CXX) $(CXXFLAGS) -DVERSION='"$(version)"' -DPURELIB='"$(libdir)"' -c -o $@ $< lexer.cc: lexer.ll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |