Add default all target at the end of pre.in, thus ensuring that all
authorTheodore Tso <tytso@mit.edu>
Thu, 6 Oct 1994 23:59:34 +0000 (23:59 +0000)
committerTheodore 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
src/config/pre.in

index 96ca28ee54ae887e7845e0cad9ceca9af716ac66..0b5e92e6c2bef5be022d012251dd0b4693212006 100644 (file)
@@ -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
index c5fd6d982e70cdfbba4e5a4bcf36969e3614b024..50896f6aa818e4832913431c22c455992ffcbf3b 100644 (file)
@@ -49,3 +49,5 @@ SRCTOP = $(srcdir)/$(BUILDTOP)
 SUBDIRS = @SUBDIRS@
 
 TOPLIBD = $(BUILDTOP)/lib
+
+all::