Skip to content

Commit

Permalink
Fix distrib makefile to clean temp dirs correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 9, 2011
1 parent 8ef01e5 commit 9bc501a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ binary_files := \
all: $(binary_arch) $(sources_arch)

$(binary_arch): $(binary_files)
@rm -f $(binary_base) $@
@rm -rf $(binary_base) $@
@mkdir $(binary_base)
cp -Ra $(binary_files) $(binary_base)
zip -9 -r $@ $(binary_base)
Expand Down

0 comments on commit 9bc501a

Please sign in to comment.