Skip to content

Commit

Permalink
Fix the [monodroid] build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpera committed Jan 28, 2013
1 parent b33c56d commit 565f072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mcs/build/gensources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rm -f $outfile.makefrag

process_includes $incfile $outfile.inc

if test x$extfile != x -a -f $extfile; then
if test x$extfile != x -a -f "$extfile"; then
cat $extfile >> $outfile.inc
fi

Expand Down
3 changes: 3 additions & 0 deletions mcs/build/profiles/monodroid.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ BOOTSTRAP_PROFILE = build
BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)

# Use system resgen as we don't want local System.Windows.Forms dependency
RESGEN = resgen2

profile-check:
@:

Expand Down

0 comments on commit 565f072

Please sign in to comment.