Ignore:
Timestamp:
Sep 10, 2006 10:27:40 PM (18 years ago)
Author:
bennylp
Message:

Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/Makefile

    r634 r700  
    1111        for dir in $(DIRS); do \ 
    1212           if [ -d $$dir ]; then \ 
    13                 if make $(MAKE_FLAGS) -C $$dir/build $@; then \ 
     13                if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ 
    1414                    true; \ 
    1515                else \ 
Note: See TracChangeset for help on using the changeset viewer.