Ignore:
Timestamp:
Sep 24, 2013 4:40:58 PM (11 years ago)
Author:
gah
Message:

sync with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/examples/flow/Makefile.in

    r1948 r3957  
    2626                demo3
    2727
     28.PHONY: all install clean distclean
     29
    2830all:
    2931        for i in $(examples) ; do \
     
    3133        done
    3234
    33 install:
     35install: all
    3436        $(MKDIR_P) -m 0755 $(destdir)
    3537        for i in $(FILES) ; do \
     
    4244clean:
    4345
    44 distclean:
     46distclean: clean
    4547        $(RM) Makefile *~
Note: See TracChangeset for help on using the changeset viewer.