VirtualBox

Changeset 56348 in vbox


Ignore:
Timestamp:
Jun 10, 2015 11:14:27 PM (10 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/Makefile.kmk

    r56346 r56348  
    144144# Non-pattern-rule approach to editing XSLT files.
    145145# $(evalcall2 def_vbox_replace_paths_in_xslt)
    146 # @param    1   The XSLT source file.
     146# @param    1   The XSLT source file (relative to Makefile dir).
    147147# @param    2   Optional output subdirectory.
    148148define def_vbox_replace_paths_in_xslt
    149149OTHER_CLEAN += $$(VBOX_PATH_MANUAL_OUTBASE)/$2$(notdir $1)
    150 $$(VBOX_PATH_MANUAL_OUTBASE)/$2$(notdir $1): $1 | $$$$(dir $$$$@)
     150$$(VBOX_PATH_MANUAL_OUTBASE)/$2$(notdir $1): $$(VBOX_PATH_MANUAL_SRC)/$1 | $$$$(dir $$$$@)
    151151        $$(call MSG_GENERATE,,$$@,$$<)
    152152        $$(QUIET)$$(SED) \
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