<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40326 >

Good daytime!

In common/Makefile.am there is a call to ./generate_packets.py
In S2_1 and later this is already fixed.

Backport from S2_1 attached.

-- 
Thanks, evyscr

--- common/Makefile.am.orig	2006-02-16 15:47:00 +0300
+++ common/Makefile.am	2008-06-25 12:24:25 +0400
@@ -68,7 +68,7 @@
 packets_gen.h packets_gen.c: packets_generate
 .INTERMEDIATE: packets_generate
 packets_generate: packets.def generate_packets.py
-	./generate_packets.py
+	cd $(srcdir) && ./generate_packets.py
 	touch packets_generate
 
 #libcivcommon_a_DEPENDENCIES = ../utility/libcivutility.a
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to