diff options
author | Tom Tromey <tromey@redhat.com> | 1995-12-10 22:45:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1995-12-10 22:45:33 +0000 |
commit | bebad21f1c25b03001d9d73af5618a32be3031c9 (patch) | |
tree | 705e039c0d6e48e77e800028b37d77a0dc346a88 /lib/am/depend.am | |
parent | 78841c3c8820d23977b6d0ca456ac66fe6b063ae (diff) | |
download | automake-bebad21f1c25b03001d9d73af5618a32be3031c9.tar.gz |
Many bug fixes
Diffstat (limited to 'lib/am/depend.am')
-rw-r--r-- | lib/am/depend.am | 2 |
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 |