From b953bebc250b36c9a01dbeafe420f808aa3522d6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 10 Jun 2003 14:46:24 +0000 Subject: updated old-style makefiles for new tree --- progs/demos/Makefile.X11 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'progs/demos') diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 7c6c8500be..ee98f59da9 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -3,7 +3,7 @@ ##### MACROS ##### -TOP = .. +TOP = ../.. INCDIR = $(TOP)/include LIBDIR = $(TOP)/lib @@ -90,10 +90,10 @@ targets: readtex.c readtex.h $(PROGS) readtex.c: - cp $(TOP)/util/readtex.c . + cp $(TOP)/progs/util/readtex.c . readtex.h: - cp $(TOP)/util/readtex.h . + cp $(TOP)/progs/util/readtex.h . include $(TOP)/Make-config -- cgit v1.2.3