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/objects/axis/Makefile.in

    r2172 r3957  
    4242                axis
    4343
     44.PHONY: all install clean distclean
     45
    4446all: $(PROGS)
    4547
     
    4749        $(CXX) $(CXX_SWITCHES) -o $@ $< $(LIBS)
    4850
    49 install:
     51install: all
    5052        $(MKDIR_P) -m 0755 $(destdir)
    5153        for i in $(FILES) ; do \
Note: See TracChangeset for help on using the changeset viewer.