mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2003/09/16 19:41:50 seb Exp $
|
|
|
|
--- lib/Makefile.in.orig Sat Jan 31 18:55:07 1998
|
|
+++ lib/Makefile.in
|
|
@@ -42,7 +42,7 @@ libzephyr.a: ${OBJS}
|
|
|
|
zephyr_err.c ${BUILDTOP}/h/zephyr/zephyr_err.h: zephyr_err.et
|
|
compile_et ${srcdir}/zephyr_err.et
|
|
- mv zephyr_err.h ${BUILDTOP}/h/zephyr
|
|
+ cp zephyr_err.h ${BUILDTOP}/h/zephyr
|
|
|
|
.c.o:
|
|
${CC} -c ${ALL_CFLAGS} $<
|