mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
The TclVfs project aims to provide an extension to the Tcl language which allows Virtual Filesystems to be built using Tcl scripts only. It is also a repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http, webdav, namespace, url) WWW: http://sourceforge.net/projects/tclvfs/
12 lines
358 B
Text
12 lines
358 B
Text
--- Makefile.in.orig 2013-04-30 12:23:15.000000000 +0200
|
|
+++ Makefile.in 2013-04-30 12:23:54.000000000 +0200
|
|
@@ -256,7 +256,8 @@
|
|
|
|
VPATH = $(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win
|
|
|
|
-.c.@OBJEXT@:
|
|
+
|
|
+vfs.@OBJEXT@: $(srcdir)/generic/vfs.c
|
|
$(COMPILE) -c `@CYGPATH@ $<` -o $@
|
|
|
|
#========================================================================
|