diff options
author | Fred Fish <fnf@specifix.com> | 1995-10-20 20:58:45 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-10-20 20:58:45 +0000 |
commit | 934641476cd3a8cc7e5d3960e15de2f3afeac130 (patch) | |
tree | 7b70d974934c8663a322d11f6eecabcb8672869b /binutils/Makefile.in | |
parent | e7bedf65efde926c023544d7f6402af61e3a9d58 (diff) | |
download | gdb-934641476cd3a8cc7e5d3960e15de2f3afeac130.zip gdb-934641476cd3a8cc7e5d3960e15de2f3afeac130.tar.gz gdb-934641476cd3a8cc7e5d3960e15de2f3afeac130.tar.bz2 |
* Makefile.in: Remove extraneous tab on otherwise empty line,
which confuses many non-GNU versions of "make".
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index b14b78d..97bc6a1 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -323,7 +323,7 @@ sysinfo.h: sysinfo.c syslex.c : syslex.l $(LEX) $(LEX_OPTIONS) $(srcdir)/syslex.l mv lex.yy.c syslex.c - + sysinfo: sysinfo.o syslex.o $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o @@ -576,7 +576,7 @@ install: all $(DEMANGLER_PROG).1 -if [ -d $(tooldir) ]; then \ if [ -d $(tooldir)/bin ]; then true; else mkdir $(tooldir)/bin; fi; \ for i in $(TOOL_PROGS) ; do \ - if [ -f $i ]; then \ + if [ -f $$i ]; then \ j=`echo $$i | sed -e 's/.new//'`; \ rm -f $(tooldir)/bin/$$j; \ k=`echo $$j | sed '$(program_transform_name)'`; \ |