Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5527 in orxonox.OLD for branches/world_entities/src/util/Makefile.in


Ignore:
Timestamp:
Nov 10, 2005, 12:33:31 AM (19 years ago)
Author:
bensch
Message:

world_entities: new AimingTurret added.
This turret aims a Target that is the nearest one, and shoots in its direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/util/Makefile.in

    r5479 r5527  
    233233          esac; \
    234234        done; \
    235         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/util/Makefile'; \
     235        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/util/Makefile'; \
    236236        cd $(top_srcdir) && \
    237           $(AUTOMAKE) --foreign  src/util/Makefile
     237          $(AUTOMAKE) --gnu  src/util/Makefile
    238238.PRECIOUS: Makefile
    239239Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.