[Xorg-commit] xc/config/util Imakefile,1.1.4.4,1.1.4.4.2.1

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Tue Dec 9 11:28:56 EET 2003


Committed by: ago

Update of /cvs/xorg/xc/config/util
In directory pdx:/tmp/cvs-serv750

Modified Files:
      Tag: CYGWIN
	Imakefile 
Log Message:
Fix names for crosscompiling

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/config/util/Imakefile,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.4.2.1
diff -u -d -r1.1.4.4 -r1.1.4.4.2.1
--- Imakefile	30 Nov 2003 16:46:49 -0000	1.1.4.4
+++ Imakefile	9 Dec 2003 09:28:54 -0000	1.1.4.4.2.1
@@ -24,12 +24,20 @@
 #endif
 #endif
 
+#if CrossCompiling
+MAKESTRS_PROG = HostProgramTargetName(makestrs)
+REVPATH_PROG = HostProgramTargetName(revpath)
+#else
+MAKESTRS_PROG = ProgramTargetName(makestrs)
+REVPATH_PROG = ProgramTargetName(revpath)
+#endif
+
 #if BuildRman
 RMAN_PROG = HostProgramTargetName(rman)
 #endif
 
-PROGRAMS = $(RMAN_PROG) $(LNDIR_PROG) ProgramTargetName(makestrs) \
-	   ProgramTargetName(revpath) $(EXPORTLISTGEN) $(CMKDIRHIER)
+PROGRAMS = $(RMAN_PROG) $(LNDIR_PROG) $(MAKESTRS_PROG) \
+	   $(REVPATH_PROG) $(EXPORTLISTGEN) $(CMKDIRHIER)
 DEPLIBS =
 #ifndef Win32Architecture
   EXTRA_LIBRARIES =





More information about the xorg-commit mailing list