Skip to content

Commit

Permalink
fixed mkdir problem in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoslawful committed Jul 30, 2010
1 parent 1c01f5f commit e6282c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ java:
pkg:
# $(MAKE) PREFIX=$(PREFIX) -C pkg
rm -rf build; \
mkdir -p build/{BUILD,RPMS,SOURCES,SPECS,SRPMS}; \
mkdir -p build/BUILD build/RPMS build/SOURCES build/SPECS build/SRPMS; \
export builddir=$(shell pwd)/build; \
export cwd=$(shell basename `pwd`); \
cd ..; \
Expand Down

0 comments on commit e6282c4

Please sign in to comment.