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

Collapse All | Expand All

(-)Makefile.linux.orig (-1 lines)
Lines 29-35 Link Here
29
29
30
easychem: postscript/ graph/ $(OBJECTS)
30
easychem: postscript/ graph/ $(OBJECTS)
31
	$(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
31
	$(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
32
	strip easychem
33
32
34
clean: FORCE
33
clean: FORCE
35
	-cd graph; make clean
34
	-cd graph; make clean

Return to bug 252034