Remove a : which is too much. fix pr#3621

This commit is contained in:
veego 1997-05-14 18:12:10 +00:00
parent a83cf310c1
commit cc8306e0d2
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ chksum.o: ${.CURDIR}/chksum.c
txlt: txlt.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $> -ll
depend::
depend:
mkdep -a ${.CURDIR}/aout2bb.c ${.CURDIR}/chksum.c
### end of helper programs ###

View File

@ -112,7 +112,7 @@ chksum.o: ${.CURDIR}/chksum.c
txlt: txlt.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $> -ll
depend::
depend:
mkdep -a ${.CURDIR}/aout2bb.c ${.CURDIR}/chksum.c
### end of helper programs ###