Changeset 29774 in vbox for trunk/src/VBox/Frontends/Common
- Timestamp:
- May 25, 2010 11:31:58 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk
r29748 r29774 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 if eq ($(filter-out freebsd linux openbsd netbsd solaris,$(KBUILD_TARGET)),) # X1121 if1of ($(KBUILD_TARGET), freebsd linux openbsd netbsd solaris) # X11 22 22 DLLS += VBoxKeyboard 23 23 OTHERS += $(PATH_BIN)/vboxkeyboard.tar.bz2 … … 69 69 $(QUIET)$(RM) -f -- $@ $(patsubst %.bz2,%,$@) 70 70 $(QUIET)$(MKDIR) -p $(@D) 71 if eq ($(filter-out freebsd,$(KBUILD_TARGET)),)71 if1of ($(KBUILD_TARGET), freebsd) 72 72 $(QUIET)tar -cjf $@ \ 73 73 -C $(VBOX_KEYBOARD_STAGE_DIR) VBoxKeyboard
Note:
See TracChangeset
for help on using the changeset viewer.