From 4d5664922a121914cddc705cfb8b0ba2daeb3b1c Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 18 Sep 2009 14:54:14 +0000 Subject: Now it is possible to have spaces in the root directory name of the source tree (when using mhmake version 1.4.0) --- xorg-server/hw/xwin/xlaunch/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw') diff --git a/xorg-server/hw/xwin/xlaunch/makefile b/xorg-server/hw/xwin/xlaunch/makefile index 345357d92..63b37dd1b 100644 --- a/xorg-server/hw/xwin/xlaunch/makefile +++ b/xorg-server/hw/xwin/xlaunch/makefile @@ -18,7 +18,7 @@ WINAPP = xlaunch RESOURCES = resources.rc $(OBJDIR)\%.res : resources\%.rc - $(RC) $(RCFLAGS) $(RCDEFINES:%=-d "%") $(RCINCLUDES:%=-i "%") -Fo"$(relpath $@)" "$<" + $(RC) $(RCFLAGS) $(RCDEFINES:%=-d "%") $(RCINCLUDES:%=-i %) -Fo$(relpath $@) $< LIBDIRS=$(dir $(INCLUDELIBFILES)) -- cgit v1.2.3