1
0
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:
Richard Sharpe 2002-11-01 05:41:56 +00:00
parent 2eac34d4d9
commit a71b29ad8e

View File

@ -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 $@