Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5100 in orxonox.OLD for trunk/src/Makefile.in


Ignore:
Timestamp:
Aug 22, 2005, 12:42:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: testing some AutoCompletion in the Shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.in

    r5075 r5100  
    409409                 lib/util/ini_parser.h \
    410410                 lib/util/substring.h \
     411                 lib/util/array.h \
    411412                 lib/util/list.h \
    412413                 lib/util/color.h \
     
    440441          esac; \
    441442        done; \
    442         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     443        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    443444        cd $(top_srcdir) && \
    444           $(AUTOMAKE) --foreign  src/Makefile
     445          $(AUTOMAKE) --gnu  src/Makefile
    445446.PRECIOUS: Makefile
    446447Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.