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

(-)nmap-4.68-orig/Makefile.in (-1 / +1 lines)
Lines 101-107 nbase_build: $(NBASEDIR)/Makefile Link Here
101
	@echo Compiling libnbase;
101
	@echo Compiling libnbase;
102
	cd $(NBASEDIR) && $(MAKE)
102
	cd $(NBASEDIR) && $(MAKE)
103
103
104
nsock_build: $(NSOCKDIR)/src/Makefile
104
nsock_build: $(NSOCKDIR)/src/Makefile nbase_build
105
	@echo Compiling libnsock;
105
	@echo Compiling libnsock;
106
	cd $(NSOCKDIR)/src && $(MAKE)
106
	cd $(NSOCKDIR)/src && $(MAKE)
107
107

Return to bug 235995