13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
$OpenBSD: patch-protoMakefile,v 1.1 2001/03/17 15:49:09 wilfried Exp $
|
|
--- protoMakefile.orig Thu Feb 24 06:15:08 2000
|
|
+++ protoMakefile Fri Mar 16 20:31:55 2001
|
|
@@ -93,7 +93,7 @@ E =
|
|
OBJS = buffer$O charset$O errmsg$O par$O reformat$O
|
|
|
|
.c$O:
|
|
- $(CC) $<
|
|
+ $(CC) ${CFLAGS} $<
|
|
|
|
par$E: $(OBJS)
|
|
$(LINK1) $(OBJS) $(LINK2) par$E
|