Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2005, 1:50:23 PM (19 years ago)
Author:
patrick
Message:

orxonox/branches/ll2trunktmp: fixed a problem with levelchange: now the gameloader iterates through the levels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/ll2trunktemp/src/Makefile.in

    r3992 r3994  
    382382          esac; \
    383383        done; \
    384         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     384        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    385385        cd $(top_srcdir) && \
    386           $(AUTOMAKE) --gnu  src/Makefile
     386          $(AUTOMAKE) --foreign  src/Makefile
    387387.PRECIOUS: Makefile
    388388Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.