Skip to content

Commit

Permalink
Correct dependency of target dist
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed May 3, 2015
1 parent 0639fe5 commit 0a49ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ HZMincho.tar.xz: $(ARCHIVE_CONTENTS)
rm -f $@; mkdir -p HZMincho; cp $^ HZMincho
tar cfvJ $@ HZMincho

dist: HZMincho.xz
dist: HZMincho.tar.xz

clean:
-cd LGC && $(MAKE) clean
Expand Down

0 comments on commit 0a49ac8

Please sign in to comment.