Author: esr
Date: Thu Mar 27 13:59:02 2008
New Revision: 25187

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25187&view=rev
Log:
Typo fix.

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=25187&r1=25186&r2=25187&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Thu Mar 27 13:59:02 2008
@@ -446,7 +446,7 @@
 .PRECIOUS: revision.hpp
 revision.hpp: FORCE
        echo '#define REVISION  "$(REVISION)"' >/tmp/westemp$$$$; \
-       if cmp -s revision.hpp /tmp/westemp$$$$ 2>/dev/null; then :; else cp 
/tmp/westemp$$ revision.hpp; fi
+       if cmp -s revision.hpp /tmp/westemp$$$$ 2>/dev/null; then :; else cp 
/tmp/westemp$$$$ revision.hpp; fi
 
 FORCE:
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to