Get rid of bogus comment in compiler command rule.

This commit is contained in:
Per Bothner 1992-05-05 20:54:18 +00:00
parent 813da1a517
commit 892205bc4b
1 changed files with 1 additions and 1 deletions

View File

@ -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