diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/Makefile.X11 | 6 | ||||
-rw-r--r-- | progs/redbook/Makefile.X11 | 2 | ||||
-rw-r--r-- | progs/samples/Makefile.X11 | 2 | ||||
-rw-r--r-- | progs/xdemos/Makefile.X11 | 2 |
4 files changed, 6 insertions, 6 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 diff --git a/progs/redbook/Makefile.X11 b/progs/redbook/Makefile.X11 index 0a3a87bf545..f72ea44cd4e 100644 --- a/progs/redbook/Makefile.X11 +++ b/progs/redbook/Makefile.X11 @@ -3,7 +3,7 @@ ##### MACROS ##### -TOP = .. +TOP = ../.. INCDIR = $(TOP)/include LIBDIR = $(TOP)/lib diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11 index b18a19584ab..8a63517951e 100644 --- a/progs/samples/Makefile.X11 +++ b/progs/samples/Makefile.X11 @@ -3,7 +3,7 @@ ##### MACROS ##### -TOP = .. +TOP = ../.. INCDIR = $(TOP)/include LIBDIR = $(TOP)/lib diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index 27b4342309c..36fa9e57d07 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -3,7 +3,7 @@ ##### MACROS ##### -TOP = .. +TOP = ../.. INCDIR = $(TOP)/include LIBDIR = $(TOP)/lib |