Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75048 | Differences between
and this patch

Collapse All | Expand All

(-)lstat-2.2.orig/Makefile.in (-6 / +1 lines)
Lines 44-50 Link Here
44
44
45
all: clean_CVS $(PROGS) $(LIBS) $(MISC) templates/Makefile
45
all: clean_CVS $(PROGS) $(LIBS) $(MISC) templates/Makefile
46
46
47
install: install_files initrc update_apache_conf mkgraphs
47
install: install_files initrc update_apache_conf
48
48
49
install_files:
49
install_files:
50
	@echo "Instaling  library files..."
50
	@echo "Instaling  library files..."
Lines 144-154 Link Here
144
	echo "ok";\
144
	echo "ok";\
145
	fi;
145
	fi;
146
146
147
mkgraphs:
148
	@echo "Creating some stats"
149
	@$(BINDIR)/Mkgraph.pl
150
	@echo
151
152
clean:
147
clean:
153
	cd $(SRCDIR) && rm -f $(PROGS)
148
	cd $(SRCDIR) && rm -f $(PROGS)
154
	cd $(SRCDIR)/lib && rm -f $(LIBS)
149
	cd $(SRCDIR)/lib && rm -f $(LIBS)

Return to bug 75048