diff options
author | Brian Paul <[email protected]> | 2003-06-10 14:46:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-10 14:46:24 +0000 |
commit | b953bebc250b36c9a01dbeafe420f808aa3522d6 (patch) | |
tree | 1e9be8007bd263e4d3650ac4978f684a3bf734fa /progs/demos/Makefile.X11 | |
parent | 9ac51f57efe07ed43a1e4224a7f5daddec401b36 (diff) |
updated old-style makefiles for new tree
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 7c6c8500be4..ee98f59da9b 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 |