diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 20:17:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 20:17:23 +0000 |
commit | 648289b351fa2d47c38ba7cf7900a0cc065909f3 (patch) | |
tree | af52cc3b59ce80e61129054f64f271b1efa3c212 /net/samba | |
parent | ee72ee859553377e69625bb76a88f7e4720bc370 (diff) |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/patch-examples-VFS-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/samba/files/patch-examples-VFS-Makefile.in b/net/samba/files/patch-examples-VFS-Makefile.in new file mode 100644 index 000000000000..523622d7701d --- /dev/null +++ b/net/samba/files/patch-examples-VFS-Makefile.in @@ -0,0 +1,16 @@ +--- 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 + |