Upgrade to v0.6.1.

This commit is contained in:
jakob 1999-07-20 10:54:51 +00:00
parent 444e911bf9
commit 8a2634c0bf
2 changed files with 3 additions and 21 deletions

View File

@ -1,3 +1,3 @@
MD5 (c2html-0.1.tar.gz) = 66659aec84aad813e52042576abf6662
RMD160 (c2html-0.1.tar.gz) = 84bbcff3ca425c7e78d946acd3ba7771e86f1ace
SHA1 (c2html-0.1.tar.gz) = 14a1d00b057b5d4aed7ab19e195cb9d9a07cfc6f
MD5 (c2html-0.6.1.tar.gz) = 43c7deed8cbb50631b0d726e4faef151
RMD160 (c2html-0.6.1.tar.gz) = df5ea6bec104ebd2f29b1ef8ad38d61fe977b7b9
SHA1 (c2html-0.6.1.tar.gz) = 66c239886a6c6a0fcb55404c11017641770691b6

View File

@ -1,18 +0,0 @@
--- Makefile.orig Mon Sep 1 22:18:51 1997
+++ Makefile Sun Nov 16 17:24:44 1997
@@ -2,13 +2,13 @@
CC = gcc
FLEX = flex
-CFLAGS = -O2 -Wall -pedantic -ansi
+CFLAGS+= -Wall -pedantic -ansi
all: c2html
c2html: c2html.l
$(FLEX) c2html.l
- $(CC) $(CFLAGS) -o c2html lex.yy.c -static -lfl
+ $(CC) $(CFLAGS) -o c2html lex.yy.c -lfl
clean:
rm -rf *.o *~ c2html