VirtualBox

Changeset 31559 in vbox


Ignore:
Timestamp:
Aug 11, 2010 9:33:24 AM (14 years ago)
Author:
vboxsync
Message:

RDP/client/Makefile.kmk: include subfooter.kmk at the right place. Use the _1_TARGET variables of the install targets as dependencies instead of the phony aliases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/Makefile.kmk

    r31557 r31559  
    129129
    130130
    131 include $(KBUILD_PATH)/subfooter.kmk
    132 
    133131INSTALLS += rdesktop-bin
    134132rdesktop-bin_INST    = obj/$(VBOX_RDESKTOP_SRC_SUBDIR)
     
    178176            client/$(dir $i)$(notdir $j)=>$(dir $i)$(notdir $j)))
    179177
     178
    180179$(PATH_BIN)/rdesktop-vrdp.tar.gz: \
    181                 rdesktop-bin \
    182                 rdesktop-nonbin
     180                $$(rdesktop-bin_1_TARGET) \
     181                $$(rdesktop-nonbin_1_TARGET)
    183182        $(call MSG_TOOL,tar/gzip,,$@)
    184183        $(QUIET)cd $(PATH_TARGET) && tar -cf - $(VBOX_RDESKTOP_SRC_SUBDIR) | gzip - > $@
     184
     185
     186include $(KBUILD_PATH)/subfooter.kmk
     187
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette