mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Quick Makefile fix
svn path=/trunk/; revision=2905
This commit is contained in:
parent
ab6d9f2a6b
commit
5d75740eea
1 changed files with 1 additions and 4 deletions
|
@ -60,10 +60,7 @@ MAKETARGET = $(MAKE) --no-print-directory -C $(OUTPUT_DIR) \
|
|||
|
||||
.PHONY: CHANGE_TO_TARGET
|
||||
CHANGE_TO_TARGET: $(OBJDIR) $(OBJDIR)/$(TARGET)
|
||||
+@$(MAKETARGET) > nul
|
||||
# If you are compiling on a linux box you can remove the above "> nul"
|
||||
# it is only there because Microsoft likes to print its version string
|
||||
# during my make and I don't like it to print it's version string
|
||||
+@$(MAKETARGET)
|
||||
|
||||
$(OBJDIR):
|
||||
@echo Creating directory: $(OBJDIR)
|
||||
|
|
Loading…
Reference in a new issue