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

    r2172 r3957  
    4949                xmlparser
    5050
     51.PHONY: all install clean distclean
     52
    5153all: $(PROGS)
    5254
     
    5456        $(CXX) $(CXX_SWITCHES) -o $@ $< $(LIBS)
    5557
    56 install:
     58install: all
    5759        $(MKDIR_P) -m 0755 $(destdir)
    5860        for i in $(FILES) ; do \
Note: See TracChangeset for help on using the changeset viewer.