blob: 01c129b397194885f3c765e87822d4635bfdb558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-aa,v 1.1.1.1 2002/08/20 15:45:04 grant Exp $
--- Makefile.orig Wed Aug 21 01:23:41 2002
+++ Makefile Wed Aug 21 01:24:16 2002
@@ -1,4 +1,4 @@
-CC = cc # you can use gcc, if you like. Don't use /usr/ucb/cc; it won't work.
+#CC = cc # you can use gcc, if you like. Don't use /usr/ucb/cc; it won't work.
INCLUDEDIRS = -Iinclude
#
@@ -25,7 +25,7 @@
$(RM) adapters
./mkadapters esp isp fas glm ptisp pln >adapters
-include adapters
+.include "adapters"
#
# remove -DNOTCH_REPORT if you have trouble compiling notch.c
|