home: hub: 9ficl

Download patch

ref: 46fbdcae1e954e4809eb0c67c0180f71fd618a8d
parent: 21ff71289f6005d417e2c8be3170fc1ab557d459
author: jsadler <jsadler@ficl.sf.net>
date: Thu Nov 8 10:32:20 CST 2001

Major rev fixed

--- a/Makefile.linux
+++ b/Makefile.linux
@@ -10,7 +10,7 @@
 RANLIB = ranlib
 
 MAJOR = 3
-MINOR = 0.0
+MINOR = 0.1
 
 ficl: testmain.o ficl.h sysdep.h libficl.a
 	$(CC) testmain.o -o ficl -L. -lficl -lm
@@ -49,4 +49,4 @@
 #       generic cleanup code
 #
 clean:
-	rm -f *.o *.a testmain libficl.so*
+	rm -f *.o *.a libficl.*