blob: 6103b663f0c497804218fd6347a6b0674dfa3a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig Sun Jun 11 11:41:48 1995
+++ Makefile Sat Nov 27 19:01:13 1999
@@ -10,7 +10,7 @@
# If you haven't read README, now might be a good time.
# Include some boilerplate Gnu makefile definitions.
-prefix = /usr/local
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
srcdir = .
@@ -25,7 +25,7 @@
# Force CPPNAME to be the name of your C preprocesor if Bash can't
# find it. For instance, `CPPNAME=/usr/libexec/cpp' on 4.4 BSD.
# If all else fails, set CPPNAME=$(CC) -E
-CPPNAME =
+CPPNAME = $(CC) -E
CPP = `$(SHELL) $(CPPMAGIC) $(GETCPPSYMS) "$(CPPNAME)"` -P
CPP_MAKEFILE = $(srcdir)/cpp-Makefile
|