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

(-)evms-2.5.5/tests/Makefile.in.orig (-1 / +1 lines)
Lines 36-42 Link Here
36
	rm -f Makefile
36
	rm -f Makefile
37
37
38
evms_clean: % : %.o
38
evms_clean: % : %.o
39
	$(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@ $@.o
39
	$(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $@.o $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@
40
40
41
evms_deactivate seq_dd lvm2_crc: % : %.o
41
evms_deactivate seq_dd lvm2_crc: % : %.o
42
	$(CC) -o $@ $@.o
42
	$(CC) -o $@ $@.o

Return to bug 135152