From 1a4d0c7c51972107674a7ac6b16e833ccc61c667 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 3 Mar 2015 12:34:48 +0100 Subject: nx-X11/**: Drop non-imake Makefile* files. --- nx-X11/config/util/Makefile.ini | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 nx-X11/config/util/Makefile.ini (limited to 'nx-X11/config') diff --git a/nx-X11/config/util/Makefile.ini b/nx-X11/config/util/Makefile.ini deleted file mode 100644 index 17d8d74d6..000000000 --- a/nx-X11/config/util/Makefile.ini +++ /dev/null @@ -1,20 +0,0 @@ -# $Xorg: Makefile.ini,v 1.3 2000/08/17 19:41:52 cpqbld Exp $ -# -# A way to get lndir built the first time, before you have imake up -# and running. You may well have to specify OSFLAGS=-D to -# get it to compile, which values are embedded in config files. What -# you would pass as BOOTSTRAPCFLAGS might work. - -OSFLAGS = -CC = cc -CDEBUGFLAGS = -O -INCLUDES = -I. -CFLAGS = $(OSFLAGS) $(CDEBUGFLAGS) $(INCLUDES) -SHELL = /bin/sh -RM = rm -f -LN = ln -s - -lndir: - $(LN) ../../include X11 - $(CC) -o lndir $(CFLAGS) lndir.c - $(RM) X11 -- cgit v1.2.3