Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5351 in orxonox.OLD for trunk/src/util/Makefile.in


Ignore:
Timestamp:
Oct 10, 2005, 5:14:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building world_etities as a lib in src/world_entities/libORXworldentities.a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/Makefile.in

    r5350 r5351  
    242242          esac; \
    243243        done; \
    244         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/util/Makefile'; \
     244        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/util/Makefile'; \
    245245        cd $(top_srcdir) && \
    246           $(AUTOMAKE) --gnu  src/util/Makefile
     246          $(AUTOMAKE) --foreign  src/util/Makefile
    247247.PRECIOUS: Makefile
    248248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.