Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5412 in orxonox.OLD for trunk/src/subprojects/testmain/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/subprojects/testmain/Makefile.in

    r5411 r5412  
    208208          esac; \
    209209        done; \
    210         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
     210        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
    211211        cd $(top_srcdir) && \
    212           $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
     212          $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
    213213.PRECIOUS: Makefile
    214214Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.