components/tcl/expect/Makefile
changeset 839 a0aa4d6306c4
parent 835 b6a2cd5fcda6
child 1058 34d7aaa03423
equal deleted inserted replaced
838:e3efa8edf0c1 839:a0aa4d6306c4
    66 
    66 
    67 # special targets due to tcl internals dependencies
    67 # special targets due to tcl internals dependencies
    68 ../tcl/build/%/.built:
    68 ../tcl/build/%/.built:
    69 	(cd ../tcl ; $(GMAKE) build)
    69 	(cd ../tcl ; $(GMAKE) build)
    70 
    70 
    71 $(BUILD_32):    ../tcl/build/$(MACH32)/.built
    71 $(CONFIGURE_32):	../tcl/build/$(MACH32)/.built
    72 
    72 
    73 $(BUILD_64):    ../tcl/build/$(MACH64)/.built
    73 $(CONFIGURE_64):	../tcl/build/$(MACH64)/.built
    74 
    74 
    75 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    75 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    76 
    76 
    77 include ../../../make-rules/depend.mk
    77 include ../../../make-rules/depend.mk