Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacCallum authored and John MacCallum committed Aug 27, 2012
1 parent 1b615e2 commit 333c1ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile.per-object
Expand Up @@ -101,7 +101,7 @@ XCODE_BUILD_DIR = build/Deployment
VCC_BUILD_DIR = ../../sysbuild/win_release/externals
GCC_BUILD_DIR = build-gcc
DEFAULT_BUILD_DIR = /tmp
ALL_BUILD_DIRS = $(CODEWARRIOR_BUILD_DIR) $(XCODE_BUILD_DIR) $(DEFAULT_BUILD_DIR) $(VCC_BUILD_DIR) $(GCC_BUILD_DIR)
ALL_BUILD_DIRS = $(CODEWARRIOR_BUILD_DIR) $(XCODE_BUILD_DIR) $(VCC_BUILD_DIR) $(GCC_BUILD_DIR) $(DEFAULT_BUILD_DIR)

CODEWARRIOR_BUILD_DIR_EXISTS = $(CODEWARRIOR_BUILD_DIR)/exists
XCODE_BUILD_DIR_EXISTS = $(XCODE_BUILD_DIR)/exists
Expand Down Expand Up @@ -419,6 +419,7 @@ clean:
$(dir)/$(MACHO_INDIVIDUAL_DOWNLOAD_NO_DIR) )
rm -f *~
rm -rf $(OBJ)\ Data
rm -rf build
rm -rf $(ALL_BUILD_DIRS)


Expand Down

0 comments on commit 333c1ae

Please sign in to comment.