Changeset 3740 for branches/1.3


Ignore:
Timestamp:
Jul 3, 2013, 9:09:41 AM (11 years ago)
Author:
gah
Message:

fix Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/Makefile.in

    r3739 r3740  
    4444.PHONY: all test install clean distclean package distrib runtime-distrib $(TARGETS)
    4545
    46 all: $(TARGETS)
    47 
    48 $(TARGETS):
    49         $(MAKE) -C $@ all
     46all:
     47        for i in $(TARGETS) ; do \
     48          $(MAKE) -C $$i all || exit 1 ;\
     49        done
    5050
    5151test:
Note: See TracChangeset for help on using the changeset viewer.