summaryrefslogtreecommitdiff
path: root/t/gcj.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/gcj.sh')
-rw-r--r--t/gcj.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/gcj.sh b/t/gcj.sh
index 44c137992..eb2b9748f 100644
--- a/t/gcj.sh
+++ b/t/gcj.sh
@@ -29,10 +29,10 @@ END
cat > Makefile.am << 'END'
bin_PROGRAMS = convert
-convert_SOURCES = $(my_java_source)
+convert_SOURCES = $(my-java-source)
convert_LDFLAGS = --main=convert
-my_java_source = x/y/convert.java
-$(my_java_source):
+my-java-source = x/y/convert.java
+$(my-java-source):
rm -f $@-t $@
test -d $(@D) || $(MKDIR_P) $(@D)
echo 'public class convert {' >> $@-t