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/lang/tcl/loadercopy/docs/Makefile.in

    r1948 r3957  
    2222destdir     = $(prefix)/examples/lang/tcl/loadercopy/docs
    2323
     24.PHONY: all install clean distclean
     25
    2426all:
    2527
    26 install:
     28install: all
    2729        $(MKDIR_P) -m 0755 $(destdir)
    2830        for i in $(FILES) ; do \
     
    3234clean:
    3335
    34 distclean:
     36distclean: clean
    3537        $(RM) Makefile *~
Note: See TracChangeset for help on using the changeset viewer.