mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
25 lines
732 B
Plaintext
25 lines
732 B
Plaintext
$NetBSD: patch-aa,v 1.2 1998/11/02 21:18:14 agc Exp $
|
|
|
|
Make sure we get iffe from its correct location.
|
|
|
|
--- src/lib/sfio/Makefile 1998/10/27 17:01:58 1.1
|
|
+++ src/lib/sfio/Makefile 1998/10/27 17:03:57
|
|
@@ -9,6 +9,8 @@
|
|
|
|
CCFLAGS = -O
|
|
|
|
+BINDIR= ../../../bin
|
|
+
|
|
SFIO= sfexit.c sfclose.c sfclrlock.c sfcvt.c sfdlen.c sfexcept.c sfextern.c \
|
|
sffilbuf.c sfflsbuf.c sfprints.c sfgetd.c sfgetl.c sfgetr.c sfgetu.c \
|
|
sfllen.c sfmode.c sfmove.c sfnew.c sfnputc.c sfopen.c sfpeek.c \
|
|
@@ -41,7 +43,7 @@
|
|
stdio $(VERSION) :LIBRARY: $(STDIO_B)
|
|
|
|
ast_common.h : features/common
|
|
- iffe - run features/common > ast_common.h
|
|
+ ${BINDIR}/iffe - run features/common > ast_common.h
|
|
sfstdgen : sfstdio.c
|
|
$(CC) -I. $(*) -o sfstdgen
|
|
sfstdhdr.h :
|