* depgen.sed: Delete faulty check for $(srcdir), and redundant check for $(SRCTOP)
authorKen Raeburn <raeburn@mit.edu>
Wed, 20 Apr 2005 18:36:40 +0000 (18:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 20 Apr 2005 18:36:40 +0000 (18:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17186 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/depgen.sed

index 0ecbec2e16d86ce4af4d5822567c5a84a3cbddc4..5454b176daa4978c1a890ff185244958a9e58160 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-20  Ken Raeburn  <raeburn@mit.edu>
+
+       * depgen.sed: Delete faulty check for $(srcdir), and redundant
+       check for $(SRCTOP).
+
 2004-12-30  Ken Raeburn  <raeburn@mit.edu>
 
        * depfix.sed: Don't change foo.o to $(OUTPRE)foo.$(OBJEXT) here.
index 370ff53514e022903ee62923bbca0f046b7a4fb5..29bc986bd7edd083440ccc9acb6d255b6f159929 100644 (file)
@@ -68,41 +68,16 @@ s|\([^ ][^ ]*\)|\
 s;\1/[^ ]* ;;g\
 s;\1/[^ ]*$;;g\
 \
-# Recognize $(SRCTOP) and make it a variable reference.\
-# (Is this step needed, given the substitutions below?)|
+# Recognize $(SRCTOP) and variants.|
 p
 x
 
 # Drop the last (possibly empty?) word, gcc's prefix.  Then save four words.
 s, [^ ]*$,,
-
-h
-s/ .*$//
-s,\.,\\.,g
-s,^,s; ,
-s,$,/; $(SRCTOP)/;g,
-p
-x
-
-# now recognize $(srcdir) and make it a variable reference
-# too, unless followed by "/../"
 h
-s/^[^ ]* [^ ]* //
-s/[^ ]*$//
-s/\./\\./g
-s|^\(.*\)$|\
-# Now make $(srcdir) variable references, unless followed by "/../".\
-s; \1/; $(srcdir);g\
-s; $(srcdir)/\.\./; \1/../;\
-\
-# Recognize variants of $(SRCTOP).|
-p
-x
 
 # just process first "word"
-h
 s/ .*$//
-
 # replace multiple slashes with one single one
 s,///*,/,g
 # replace /./ with /