mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Fixed *** No rule to make target `CPPFLAGS\' error.
This commit is contained in:
parent
72c7743812
commit
845f0c80c0
1 changed files with 0 additions and 2 deletions
|
@ -202,8 +202,6 @@ $(CL_SVGA_name): $(COM_objects) $(CL_objects) $(CL_SW_objects) $(CL_SVGA_objects
|
|||
$(CL_X11_name): $(COM_objects) $(CL_objects) $(CL_SW_objects) $(CL_X11_objects)
|
||||
$(CC) $(LDFLAGS) -o $@ $^ -lm $(CL_X11_libs)
|
||||
|
||||
$(CL_GLX_objects): CPPFLAGS += -I/usr/include/GL
|
||||
|
||||
$(CL_GLX_name): $(COM_objects) $(CL_objects) $(CL_GL_objects) $(CL_GLX_objects)
|
||||
$(CC) $(LDFLAGS) -o $@ $^ -lm $(CL_GLX_libs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue