aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-10-07 17:28:27 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-10-07 17:28:29 +0200
commite9f44221b2520a1d894b3c125269b5d10438453b (patch)
treebd0c9a27bad4f42d03af6b8db84fbb8a1d0b4b62
parente0b8f3eefb64ee95111593c5610f3cc4a680afff (diff)
downloadnx-libs-e9f44221b2520a1d894b3c125269b5d10438453b.tar.gz
nx-libs-e9f44221b2520a1d894b3c125269b5d10438453b.tar.bz2
nx-libs-e9f44221b2520a1d894b3c125269b5d10438453b.zip
Drop all references to printver.c. Not provided in source tree anymore.
Fixes ArcticaProject/nx-libs#63
-rw-r--r--nx-X11/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/nx-X11/Makefile b/nx-X11/Makefile
index 3533c914e..e6b2f77ab 100644
--- a/nx-X11/Makefile
+++ b/nx-X11/Makefile
@@ -27,9 +27,6 @@ IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES)
MAKE_OPTS = -f xmakefile
MAKE_CMD = $(MAKE) $(MAKE_OPTS)
FLAGS = $(MFLAGS) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)" CC="$(CC)"
-VERSINC = -Iprograms/Xserver/hw/xfree86
-VERSSRC = $(CONFIGSRC)/util/printver.c
-VERSPROG = $(CONFIGSRC)/util/printver.exe
all:
@${MAKE} ${MAKE_OPTS} xmakefile-exists || $(MAKE) all-initial
@@ -43,12 +40,9 @@ all-initial:
@echo Do not name your log file make.log or it will be deleted.
World:
- @-$(RM) $(VERSPROG)
- @-$(CC) $(VERSINC) -o $(VERSPROG) $(VERSSRC)
@echo ""
@echo Building $(RELEASE).
@echo ""
- @-$(RM) $(VERSPROG)
@case "x$(BOOTSTRAPCFLAGS)" in x) \
echo I hope you checked the configuration parameters in $(IRULESRC) ; \
echo to see if you need to pass BOOTSTRAPCFLAGS. ; \
@@ -95,10 +89,7 @@ World:
@echo ""
@date
@echo ""
- @-$(RM) $(VERSPROG)
- @-$(CC) $(VERSINC) -o $(VERSPROG) $(VERSSRC)
@echo Full build of $(RELEASE) complete.
- @-$(RM) $(VERSPROG)
@echo ""
.PRECIOUS: Makefile