Changeset 2453416 for fedd/Makefile


Ignore:
Timestamp:
Dec 7, 2010 12:50:48 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
9556f2a
Parents:
c179764 (diff), 1660f7c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of tardis.deterlab.net:/var/local/git/fedd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    r1660f7c r2453416  
    1515
    1616${GENERATED_MODS}:      ${WSDL_FILES}
    17         wsdl2py --file ../wsdl/fedd.wsdl --complexType --output-dir=${MODULE_DIR}
    18         wsdl2py --file ../wsdl/fedd_internal.wsdl --complexType \
    19                 --types=fedd_services_types --output-dir=${MODULE_DIR}
     17        wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl
     18        wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl
    2019
    2120clean:
Note: See TracChangeset for help on using the changeset viewer.