summaryrefslogtreecommitdiff
path: root/net/samba/files/patch-examples-VFS-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/files/patch-examples-VFS-Makefile.in')
-rw-r--r--net/samba/files/patch-examples-VFS-Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/samba/files/patch-examples-VFS-Makefile.in b/net/samba/files/patch-examples-VFS-Makefile.in
deleted file mode 100644
index 523622d7701d..000000000000
--- a/net/samba/files/patch-examples-VFS-Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- examples/VFS/Makefile.in.orig Thu Aug 12 20:24:58 2004
-+++ examples/VFS/Makefile.in Wed Aug 31 22:11:55 2005
-@@ -17,11 +17,11 @@
-
- %.so: %.lo
- @echo Linking $<
-- @$(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS)
-+ @$(LIBTOOL) --mode=link --tag=CC $(CC) -o $@ $< $(LDFLAGS)
-
- %.lo: %.c
- @echo Compiling $<
-- @$(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
-+ @$(LIBTOOL) --mode=compile --tag=CC $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
-
- # Misc targets
-