rev 156 - trunk/src
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins Date: 2004-03-27 12:05:09 -0500 (Sat, 27 Mar 2004) New Revision: 156 Modified: trunk/src/Makefile.in Log: Fix typo for top_builddir. Modified: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in 2004-03-27 17:00:14 UTC (rev 155) +++ trunk/src/Makefile.in 2004-03-27 17:05:09 UTC (rev 156) @@ -2,7 +2,7 @@ # # Copyright (C) 2004 Mark Hahn <[email protected]> -top_builddir=@top_srcdir@ +top_builddir=@top_builddir@ srcdir=@srcdir@ include $(top_builddir)/Rules.mk