Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126828
Collapse All | Expand All

(-)wput/src/Makefile.in (-1 / +1 lines)
Lines 23-29 ftplib.o: socketlib.h ftplib.h Link Here
23
ftp-ls.o: ftp.h wget.h url.h
23
ftp-ls.o: ftp.h wget.h url.h
24
24
25
wput:   $(OBJ)
25
wput:   $(OBJ)
26
	$(CC) -o $(EXE) $(OBJ) $(LIBS)
26
	$(CC) $(LDFLAGS) -o $(EXE) $(OBJ) $(LIBS)
27
clean:
27
clean:
28
	rm -f *.o *~ *.bak ../wput getopt/*.o
28
	rm -f *.o *~ *.bak ../wput getopt/*.o
29
win-clean: clean
29
win-clean: clean

Return to bug 126828