diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-09-21 18:18:27 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-21 18:18:27 +0900 |
commit | 20bd19a9ad1a2052c5616af70d4dd67657a19143 (patch) | |
tree | e76718673a449cbc1f2da6834b94d1a8d8253cb2 /win32 | |
parent | 0a423d4c4e84bc024d5dabe86227c1f0b509a898 (diff) |
Move YARP_BUILD_DIR to common.mk
It does not need to be an absolute path.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index feb7bfd2b5..1791453893 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -514,8 +514,6 @@ VCSUP = rem !endif ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc -YARP_BUILD_DIR = $(MAKEDIR)/yarp - MESSAGE_BEGIN = @(for %I in ( MESSAGE_END = ) do @echo.%~I) ECHO_BEGIN = @echo. |