Geert Uytterhoeven <geert@linux-m68k.org> writes:
|> khttpd doesn't build in 2.5.24 because the shell can't find make_times_h.
|>
|> --- linux-2.5.24/net/khttpd/Makefile Fri Jun 21 09:34:54 2002
|> +++ linux-m68k-2.5.24/net/khttpd/Makefile Fri Jun 21 10:50:15 2002
|> @@ -19,4 +19,4 @@
|> # Generated files
|>
|> $(obj)/times.h: $(obj)/make_times_h
|> - $< >$@
|> + $(obj)/make_times_h >$@
You can also use $(<D)/$(<F) or $(dir $<)$(notdir $<).
Andreas.
-- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Jun 23 2002 - 22:00:24 EST