aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/Makefile
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-10-28 00:30:25 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-10-29 00:07:12 +0200
commit6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f (patch)
treecca25af5030ae13a3accac92883f2f7463408217 /nx-X11/Makefile
parent4cdcd91456a524899cd655f4e4a71a0b256d5746 (diff)
downloadnx-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/Makefile')
-rw-r--r--nx-X11/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/nx-X11/Makefile b/nx-X11/Makefile
index 1096e62cf..bd3e284ae 100644
--- a/nx-X11/Makefile
+++ b/nx-X11/Makefile
@@ -55,7 +55,6 @@ BuildEnv:
fi
@rm -f $(IRULESRC)/date.def; echo "" > $(IRULESRC)/date.def;
${MAKE} $(MFLAGS) xmakefile
- ${MAKE} ${MAKE_OPTS} $(MFLAGS) version.def
${MAKE} ${MAKE_OPTS} $(MFLAGS) VerifyOS
${MAKE} ${MAKE_OPTS} $(MFLAGS) Makefiles
${MAKE} ${MAKE_OPTS} $(MFLAGS) BOOTSTRAPSUBDIRS= clean
@@ -92,12 +91,11 @@ clean:
find lib -type f | egrep '.*/Makefile$$' | while read makefile; do rm -f $$makefile; done
find programs -type f | egrep '.*/Makefile$$' | while read makefile; do rm -f $$makefile; done
find include -type f | egrep '.*/Makefile$$' | while read makefile; do rm -f $$makefile; done
- rm -f config/cf/{version.def,date.def}
dangerous_strip_clean:
${MAKE} ${MAKE_OPTS} $@
distclean:
-${MAKE} ${MAKE_OPTS} $@
- $(RM) xmakefile $(IRULESRC)/version.def $(IRULESRC)/date.def
+ $(RM) xmakefile
depend:
${MAKE} ${MAKE_OPTS} $@
Everything: