You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/05/17 19:35:45 UTC

svn commit: r1483922 - /accumulo/branches/1.5/server/src/main/c++/nativeMap/Makefile

Author: ecn
Date: Fri May 17 17:35:44 2013
New Revision: 1483922

URL: http://svn.apache.org/r1483922
Log:
ACCUMULO-1404 if we're going to include c++ sources in the bin distribution, don't require a source dependency in the makefile

Modified:
    accumulo/branches/1.5/server/src/main/c++/nativeMap/Makefile

Modified: accumulo/branches/1.5/server/src/main/c++/nativeMap/Makefile
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/server/src/main/c%2B%2B/nativeMap/Makefile?rev=1483922&r1=1483921&r2=1483922&view=diff
==============================================================================
--- accumulo/branches/1.5/server/src/main/c++/nativeMap/Makefile (original)
+++ accumulo/branches/1.5/server/src/main/c++/nativeMap/Makefile Fri May 17 17:35:44 2013
@@ -55,7 +55,7 @@ all : $(INSTALLED_LIBS)
 clean:
 	rm -f $(INSTALLED_LIBS) $(LIBS)
 
-org_apache_accumulo_server_tabletserver_NativeMap.h : ../../java/org/apache/accumulo/server/tabletserver/NativeMap.java
+org_apache_accumulo_server_tabletserver_NativeMap.h : ../../../../../lib/accumulo-server.jar
 	javah -classpath ../../../../../lib/accumulo-server.jar org.apache.accumulo.server.tabletserver.NativeMap
 
 $(INSTALLED_LIBS) : $(INSTALL_DIR) $(LIBS)