diff options
author | Brian Paul <[email protected]> | 2003-12-12 15:33:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-12 15:33:51 +0000 |
commit | 520ef4b5bcb8e950675c6e0d55cb50dd590c1bc7 (patch) | |
tree | 80c898f7b4ba417ea49ad79fadf92c95527099e0 /src/glx/mini | |
parent | c882e19643a2403e9a339683649efe9aa182ffea (diff) |
new makefiles
Diffstat (limited to 'src/glx/mini')
-rw-r--r-- | src/glx/mini/Makefile.solo (renamed from src/glx/mini/Makefile.X11) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/mini/Makefile.X11 b/src/glx/mini/Makefile.solo index 115854393a7..94e54f46a54 100644 --- a/src/glx/mini/Makefile.X11 +++ b/src/glx/mini/Makefile.solo @@ -44,7 +44,7 @@ INCLUDE_DIRS = \ targets: depend libGL.so.1.2 -libGL.so.1.2: $(OBJECTS) Makefile.X11 +libGL.so.1.2: $(OBJECTS) Makefile.solo rm -f $@ && gcc -shared -Wl,-soname,libGL.so -Wl,-Bsymbolic $(OBJECTS) $(LIBS) -o $@ rm -f $(TOP)/lib/libGL.so* rm -f $(TOP)/lib/miniglx.conf @@ -56,7 +56,7 @@ libGL.so.1.2: $(OBJECTS) Makefile.X11 drmtest: xf86drm.o drmtest.o rm -f drmtest && $(CC) -o drmtest xf86drm.o drmtest.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: $(C_SOURCES) $(ASM_SOURCES) makedepend -fdepend -Y $(INCLUDES) \ |