mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
$NetBSD: patch-ao,v 1.1 2010/10/03 10:43:03 obache Exp $
|
|
|
|
--- kernel/Makefile.in.orig 2000-11-16 23:33:12.000000000 +0000
|
|
+++ kernel/Makefile.in
|
|
@@ -176,7 +176,7 @@ distclean: clean
|
|
realclean: distclean
|
|
|
|
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
|
|
- cd .. \
|
|
+ cd .. \
|
|
&& CONFIG_FILES=kernel/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
# All the .h dependencies.
|