diff options
author | Per Bothner <per@bothner.com> | 1992-05-05 20:54:18 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-05 20:54:18 +0000 |
commit | 892205bc4bbaeb812ccf6d33de393991338bd6d3 (patch) | |
tree | 45184d261952157394a2c9b0196be538b21d91e0 | |
parent | 813da1a517353fe8ac0fbabd720399e56c362a98 (diff) | |
download | ppe42-binutils-892205bc4bbaeb812ccf6d33de393991338bd6d3.tar.gz ppe42-binutils-892205bc4bbaeb812ccf6d33de393991338bd6d3.zip |
Get rid of bogus comment in compiler command rule.
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 90660dbc8c..a18011aff3 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 |