mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
Fix a problem with spaces vs tabs
(This used to be commit 26857be78cda1e6d6cae9bc87d34cdad12492748)
This commit is contained in:
parent
2eac34d4d9
commit
a71b29ad8e
@ -647,8 +647,8 @@ bin/net: $(NET_OBJ) @BUILD_POPT@ bin/.dummy
|
||||
@$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @BUILD_POPT@
|
||||
|
||||
bin/profiles: utils/profiles.o bin/.dummy
|
||||
@echo Linking $@
|
||||
@$(CC) $(FLAGS) -o $@ utils/profiles.o $(LDFLAGS) $(LIBS)
|
||||
@echo Linking $@
|
||||
@$(CC) $(FLAGS) -o $@ utils/profiles.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
bin/smbspool: $(CUPS_OBJ) bin/.dummy
|
||||
@echo Linking $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user