Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3273 in orxonox.OLD for orxonox/branches/updater/src/Makefile.in


Ignore:
Timestamp:
Dec 24, 2004, 9:43:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: checking if pthread is an option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/Makefile.in

    r3271 r3273  
    282282          esac; \
    283283        done; \
    284         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     284        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    285285        cd $(top_srcdir) && \
    286           $(AUTOMAKE) --foreign  src/Makefile
     286          $(AUTOMAKE) --gnu  src/Makefile
    287287.PRECIOUS: Makefile
    288288Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.