diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-28 00:30:25 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-29 00:07:12 +0200 |
commit | 6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f (patch) | |
tree | cca25af5030ae13a3accac92883f2f7463408217 /nx-X11/config/cf/Imakefile | |
parent | 4cdcd91456a524899cd655f4e4a71a0b256d5746 (diff) | |
download | nx-libs-6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f.tar.gz nx-libs-6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f.tar.bz2 nx-libs-6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f.zip |
remove xf86Version.h and xf86Date.h
version.def and date.def also will be no longer created
Diffstat (limited to 'nx-X11/config/cf/Imakefile')
-rw-r--r-- | nx-X11/config/cf/Imakefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nx-X11/config/cf/Imakefile b/nx-X11/config/cf/Imakefile index 22eb09216..a36adf323 100644 --- a/nx-X11/config/cf/Imakefile +++ b/nx-X11/config/cf/Imakefile @@ -16,9 +16,7 @@ host.def #endif #if defined(XorgVersion) -VERSIONDEFFILES = \ -date.def \ -version.def +VERSIONDEFFILES = #endif DEFFILES = \ |