From e9f44221b2520a1d894b3c125269b5d10438453b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 7 Oct 2015 17:28:27 +0200 Subject: Drop all references to printver.c. Not provided in source tree anymore. Fixes ArcticaProject/nx-libs#63 --- nx-X11/Makefile | 9 --------- 1 file changed, 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 -- cgit v1.2.3