aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-05-05 20:54:18 +0000
committerPer Bothner <per@bothner.com>1992-05-05 20:54:18 +0000
commit892205bc4bbaeb812ccf6d33de393991338bd6d3 (patch)
tree45184d261952157394a2c9b0196be538b21d91e0 /bfd
parent813da1a517353fe8ac0fbabd720399e56c362a98 (diff)
downloadfsf-binutils-gdb-892205bc4bbaeb812ccf6d33de393991338bd6d3.zip
fsf-binutils-gdb-892205bc4bbaeb812ccf6d33de393991338bd6d3.tar.gz
fsf-binutils-gdb-892205bc4bbaeb812ccf6d33de393991338bd6d3.tar.bz2
Get rid of bogus comment in compiler command rule.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 90660db..a18011a 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -88,7 +88,7 @@ OPTIONAL_BACKENDS = trad-core.o
###
.c.o:
- $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $< # -DINTEL960VERSION
+ $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
BFD_H=$(INCDIR)/bfd.h