Skip to content

Commit

Permalink
Fixed dist target to be directory independent.
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite1981 committed Sep 18, 2006
1 parent dae19f2 commit e0e2747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window/Makefile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clean:

dist:
mkdir $(NAME)
cp $(DIST) $(NAME)
cd $(srcdir); cp $(DIST) $$OLDPWD/$(NAME)
tar cfj $(NAME).tar.bz2 $(NAME)
rm -r $(NAME)

Expand Down

0 comments on commit e0e2747

Please sign in to comment.