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

Collapse All | Expand All

(-)ViennaRNA-1.8.4-orig/RNAforester/g2-0.70/Makefile.in (-2 / +2 lines)
Lines 116-127 Link Here
116
116
117
117
118
clean:
118
clean:
119
	-(cd ./demo ; make clean)
119
	-(cd ./demo ; $(MAKE) clean)
120
	-rm -f $(OBJ)
120
	-rm -f $(OBJ)
121
	-rm -f libg2.a config.cache config.log Makefile.bak config.status
121
	-rm -f libg2.a config.cache config.log Makefile.bak config.status
122
	-rm -f ./include/*.h
122
	-rm -f ./include/*.h
123
	-$(FIND) . -name "*~" -exec rm -f {} \;
123
	-$(FIND) . -name "*~" -exec rm -f {} \;
124
	-(cd ./g2_perl ; make clean)
124
	-(cd ./g2_perl ; $(MAKE) clean)
125
	-rm -f ./g2_perl/test.ps
125
	-rm -f ./g2_perl/test.ps
126
	-rm -f ./g2_perl/test.png
126
	-rm -f ./g2_perl/test.png
127
	-rm -f ./g2_perl/test.jpg
127
	-rm -f ./g2_perl/test.jpg

Return to bug 304117