projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a414267
)
Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, and
author
Ken Raeburn
<raeburn@mit.edu>
Sun, 20 Jul 2008 20:43:55 +0000
(20:43 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sun, 20 Jul 2008 20:43:55 +0000
(20:43 +0000)
confuses some versions of make.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20545
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/pre.in
patch
|
blob
|
history
diff --git
a/src/config/pre.in
b/src/config/pre.in
index 36b15e2b827f22cc2436829c39a0063ffd1628ed..2f256fd9c9ac0c28498be554b4d60977dad92b7a 100644
(file)
--- a/
src/config/pre.in
+++ b/
src/config/pre.in
@@
-136,9
+136,7
@@
C=./
# "/" for UNIX, "\" for Windows; *sigh*
S=/
-#SUBDIRS = @subdirs@ $(LOCAL_SUBDIRS)
-SUBDIRS_@top_srcdir@ = @subdirs@
-SUBDIRS = $(SUBDIRS_@srcdir@) $(LOCAL_SUBDIRS)
+SUBDIRS = $(LOCAL_SUBDIRS)
#
srcdir = @srcdir@
SRCTOP = @srcdir@/$(BUILDTOP)