Skip to content

Commit 2289820

Browse files
committed
Merge pull request xerial#77 from ibmsoe/modify-makefile
Modify makefile
2 parents ed7b51c + 8d783de commit 2289820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class : $(SRC)/org/xerial/s
5656
$(JAVAC) -source 1.6 -target 1.6 -d $(TARGET)/jni-classes -sourcepath $(SRC) $<
5757

5858
$(SRC)/org/xerial/snappy/SnappyNative.h: $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class
59-
$(JAVAH) -force -classpath $(TARGET)/classes -o $@ org.xerial.snappy.SnappyNative
59+
$(JAVAH) -force -classpath $(TARGET)/jni-classes -o $@ org.xerial.snappy.SnappyNative
6060

6161
ifndef USE_GIT
6262
$(SNAPPY_SRC): $(SNAPPY_UNPACKED)

0 commit comments

Comments
 (0)