Changeset 78444 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- May 8, 2019 7:44:36 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r76553 r78444 526 526 $(QUIET)$(RM) -f -- $@ 527 527 ifndef VBOX_WITH_HARDENING 528 $(QUIET)$(SED) -e "s; -DVBOX_WITH_HARDENING;;g" --output $@ $<528 $(QUIET)$(SED) -e "s;VBOX_WITH_HARDENING;;g" --output $@ $< 529 529 else 530 530 $(QUIET)$(CP) -f $< $@ … … 566 566 $(QUIET)$(CP) -f $< $@ 567 567 ifndef VBOX_WITH_HARDENING 568 $(QUIET)$(SED) -e "s; -DVBOX_WITH_HARDENING;;g" --output [email protected] $@568 $(QUIET)$(SED) -e "s;VBOX_WITH_HARDENING;;g" --output [email protected] $@ 569 569 ${QUIET}$(MV) -f [email protected] $@ 570 570 endif
Note:
See TracChangeset
for help on using the changeset viewer.