Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5412 in orxonox.OLD for trunk/src/lib/shell/Makefile.in


Ignore:
Timestamp:
Oct 20, 2005, 11:09:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: subprojects compile again (but with many segfaults)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/Makefile.in

    r5411 r5412  
    220220          esac; \
    221221        done; \
    222         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/shell/Makefile'; \
     222        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/shell/Makefile'; \
    223223        cd $(top_srcdir) && \
    224           $(AUTOMAKE) --gnu  src/lib/shell/Makefile
     224          $(AUTOMAKE) --foreign  src/lib/shell/Makefile
    225225.PRECIOUS: Makefile
    226226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.