[avida-cvs] avida(kaben) CVS commits: /current/source/event Makefile.am

kaben avida-cvs at alife.org
Mon Oct 13 18:15:49 PDT 2003


kaben		Mon Oct 13 10:15:49 2003 EDT

  Modified files:              (Branch: kaben)
    /avida/current/source/event	Makefile.am 
  Log:
  
  Ugly hack to fix wagenaar's bug
  (cPopulation_enums_auto.ci couldn't't be found).
  I will want to undo this hack this evening...
  
  
  
Index: avida/current/source/event/Makefile.am
diff -u avida/current/source/event/Makefile.am:1.12.2.4 avida/current/source/event/Makefile.am:1.12.2.5
--- avida/current/source/event/Makefile.am:1.12.2.4	Thu May 22 14:29:00 2003
+++ avida/current/source/event/Makefile.am	Mon Oct 13 10:15:49 2003
@@ -20,6 +20,8 @@
 #$(srcdir)/population_event_factory.cc: $(srcdir)/cPopulation_enums_auto.ci
 cPopulation_enums_auto.ci: cPopulation.events
 	perl $(srcdir)/make_events.pl $(<:%.events=%)
+	perl $(srcdir)/make_events.pl $(srcdir)/$(<:%.events=%)
+##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<-- evil hack to fix wagenaar's bug (cPopulation_enums_auto.ci can't be found)
 population_event_factory.o: cPopulation_enums_auto.ci
 ##
 






More information about the Avida-cvs mailing list