Fix Make-mc.in to compile without samba

This commit is contained in:
Tuomas J. Lukka 1999-07-02 15:06:21 +00:00
parent 3ab058af3a
commit 495c2ad6d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
* Make-mc.in: $SAMBAFILES -> @SAMBAFILES@ in the rule
as well as the dependencies.
1999-06-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* smbfs.c (get_remote_stat): Change debug level.

View File

@ -203,7 +203,7 @@ $(SAMBAFILES):
libvfs-mc.a: $(VFSOBJS) @SAMBAFILES@
$(RMF) $@
$(AR) cr $@ $(VFSOBJS) $(SAMBAFILES)
$(AR) cr $@ $(VFSOBJS) @SAMBAFILES@
-$(RANLIB) $@
showlibdep: