summaryrefslogtreecommitdiff
path: root/progs/miniglx
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-12-12 15:33:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-12-12 15:33:51 +0000
commit520ef4b5bcb8e950675c6e0d55cb50dd590c1bc7 (patch)
tree80c898f7b4ba417ea49ad79fadf92c95527099e0 /progs/miniglx
parentc882e19643a2403e9a339683649efe9aa182ffea (diff)
new makefiles
Diffstat (limited to 'progs/miniglx')
-rw-r--r--progs/miniglx/Makefile.solo (renamed from progs/miniglx/Makefile.X11)6
1 files changed, 2 insertions, 4 deletions
diff --git a/progs/miniglx/Makefile.X11 b/progs/miniglx/Makefile.solo
index 60eda759ac..0cca1e07e3 100644
--- a/progs/miniglx/Makefile.X11
+++ b/progs/miniglx/Makefile.solo
@@ -1,6 +1,4 @@
-# Simple makefile for compiling test programs on Linux
-# These programs aren't intended to be included with the normal
-# distro. They're not too interesting but they're good for testing.
+# Makefile for miniglx demo programs
TOP = ../..
@@ -47,7 +45,7 @@ clean:
rm -f *.o
-# Run 'make -f Makefile.X11 dep' to update the dependencies if you change
+# Run 'make -f Makefile.solo dep' to update the dependencies if you change
# what's included by any source file.
depend: $(SOURCES)
makedepend -fdepend -Y $(INCLUDES) \