projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce3732
)
Use $(CC) as set by configure.
author
chip
<chip>
Sat, 4 Dec 1999 22:04:51 +0000
(22:04 +0000)
committer
chip
<chip>
Sat, 4 Dec 1999 22:04:51 +0000
(22:04 +0000)
ChangeLog
patch
|
blob
|
history
config.mk.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
2461d0f
..
82e2f3f
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+1999-12-04 Chip Salzenberg <chip@valinux.com>
+
+ * config.mk.in: Use $(CC) as set by configure.
+
1999-12-04 Chip Salzenberg <chip@valinux.com>
* rules.mk: Call $(MAKE) with $(MFLAGS).
diff --git
a/config.mk.in
b/config.mk.in
index
57d16be
..
76ade01
100644
(file)
--- a/
config.mk.in
+++ b/
config.mk.in
@@
-41,7
+41,7
@@
ifndef ARCHFLAGS
.EXPORT: ARCHFLAGS
endif
-CC =
gcc
+CC =
@CC@
AR = ar
LD = ld
RM = rm -f