diff options
author | tsi <tsi> | 2003-08-24 20:31:43 +0000 |
---|---|---|
committer | tsi <tsi> | 2003-08-24 20:31:43 +0000 |
commit | a27ddcd9e68987ff188d77cec3e05b39639b06fa (patch) | |
tree | 0ff673bc76e9147a743d3588d65dc50a4b678a52 /Imakefile | |
parent | 7c46140daa44c7e1a6bcd4094dc90121fbaf89c7 (diff) |
Fix for non-XFree86 builds
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ XCOMM $Xorg: Imakefile,v 1.5 2000/08/17 19:41:44 cpqbld Exp $ -XCOMM $XFree86: xc/Imakefile,v 3.28 2003/01/21 15:32:58 dawes Exp $ +XCOMM $XFree86: xc/Imakefile,v 3.29tsi Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -73,6 +73,7 @@ VerifyOS:: @echo "" #endif +#ifdef XFree86Version #ifndef OS2Architecture version.def:: $(RM) $(IRULESRC)/version.def @@ -86,6 +87,9 @@ version.def:: $(CP) $(XF86SRC)/xf86Version.h $(IRULESRC)/version.def $(CP) $(XF86SRC)/xf86Date.h $(IRULESRC)/date.def #endif +#else +version.def:: +#endif includes:: MakeDir($(BUILDINCDIR)) |