Commit d3313a1f authored by Richard Levitte's avatar Richard Levitte
Browse files

Windows build file: make sure to quote

parent 18f8e443
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ distclean: clean

depend:
	@ rem {- output_off() if $disabled{makedepend}; "" -}
	@ $(PERL) $(SRCDIR)\util\add-depends.pl
	@ "$(PERL)" "$(SRCDIR)\util\add-depends.pl"
	@ rem {- output_on() if $disabled{makedepend}; "" -}

# Install helper targets #############################################