projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c7fea
)
Add default all target at the end of pre.in, thus ensuring that all
author
Theodore Tso
<tytso@mit.edu>
Thu, 6 Oct 1994 23:59:34 +0000
(23:59 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 6 Oct 1994 23:59:34 +0000
(23:59 +0000)
makefiles will do "make all" by default.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4464
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ChangeLog
patch
|
blob
|
history
src/config/pre.in
patch
|
blob
|
history
diff --git
a/src/config/ChangeLog
b/src/config/ChangeLog
index 96ca28ee54ae887e7845e0cad9ceca9af716ac66..0b5e92e6c2bef5be022d012251dd0b4693212006 100644
(file)
--- a/
src/config/ChangeLog
+++ b/
src/config/ChangeLog
@@
-1,3
+1,7
@@
+Thu Oct 6 19:41:52 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * pre.in: add default all:: rule at the end of pre.in
+
Thu Aug 4 03:52:23 1994 Tom Yu (tlyu@dragons-lair)
* pre.in: strip installed programs by default
diff --git
a/src/config/pre.in
b/src/config/pre.in
index c5fd6d982e70cdfbba4e5a4bcf36969e3614b024..50896f6aa818e4832913431c22c455992ffcbf3b 100644
(file)
--- a/
src/config/pre.in
+++ b/
src/config/pre.in
@@
-49,3
+49,5
@@
SRCTOP = $(srcdir)/$(BUILDTOP)
SUBDIRS = @SUBDIRS@
TOPLIBD = $(BUILDTOP)/lib
+
+all::