summaryrefslogtreecommitdiff
path: root/lib/am/depend.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-12-10 22:45:33 +0000
committerTom Tromey <tromey@redhat.com>1995-12-10 22:45:33 +0000
commitbebad21f1c25b03001d9d73af5618a32be3031c9 (patch)
tree705e039c0d6e48e77e800028b37d77a0dc346a88 /lib/am/depend.am
parent78841c3c8820d23977b6d0ca456ac66fe6b063ae (diff)
downloadautomake-bebad21f1c25b03001d9d73af5618a32be3031c9.tar.gz
Many bug fixes
Diffstat (limited to 'lib/am/depend.am')
-rw-r--r--lib/am/depend.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/depend.am b/lib/am/depend.am
index c1fdc904e..2b89c13bb 100644
--- a/lib/am/depend.am
+++ b/lib/am/depend.am
@@ -5,7 +5,7 @@
MKDEP = gcc -MM
## Use ${kr} in case we are doing auto-deANSIfication.
-DEP_FILES = $(patsubst %.{kr}o,.deps/%.P,$(OBJECTS))
+DEP_FILES = $(patsubst %.${kr}o,.deps/%.P,$(OBJECTS))
## We use ".P" as the name of our placeholder because it can't be
## duplicated by any C source file. (Well, there could be ".c", but