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

(-)db-4.4.20/dist/Makefile.in.orig (-2 / +1 lines)
Lines 681-687 Link Here
681
	$(libjso_major) \
681
	$(libjso_major) \
682
	$(libjso_static) \
682
	$(libjso_static) \
683
	$(libjso_target) \
683
	$(libjso_target) \
684
	$(libj_exjarfile) \
685
	$(libj_jarfile)
684
	$(libj_jarfile)
686
685
687
##################################################
686
##################################################
Lines 743-749 Link Here
743
# Creating individual dependencies and actions for building class
742
# Creating individual dependencies and actions for building class
744
# files is possible, but it is very messy and error prone.
743
# files is possible, but it is very messy and error prone.
745
##################################################
744
##################################################
746
java:	$(libj_jarfile) $(libj_exjarfile)
745
java:	$(libj_jarfile)
747
746
748
$(libj_jarfile): $(JAVA_DBSRCS)
747
$(libj_jarfile): $(JAVA_DBSRCS)
749
	@test -d $(JAVA_CLASSTOP) || \
748
	@test -d $(JAVA_CLASSTOP) || \

Return to bug 147617