diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-02 20:26:49 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-02 20:26:49 -0600 |
commit | 792b882cf69462021cbc5531ca40cca541721dd9 (patch) | |
tree | f5f255e02521d9629f5bd74098fda677d4880b38 | |
parent | 2d72da56922258eacdcd17101a4811848a7f0c80 (diff) |
fix missing backslash
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ aix-64 \ aix-64-static \ aix-gcc \ aix-static \ -bluegene-osmesa +bluegene-osmesa \ beos \ darwin \ darwin-static \ |