diff options
| author | Michael Forney <mforney@mforney.org> | 2017-01-01 16:48:36 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-01-01 16:48:53 -0800 |
| commit | ff2a8a4ae24b9e07130f902d69a9d672da9e95d7 (patch) | |
| tree | 3a66deaef0a3ea6b0730d6733a756198727f90c9 /pkg/swc | |
| parent | c385a061500a2d268b7e1e6b3d7714599db8830f (diff) | |
Minor style fix
Diffstat (limited to 'pkg/swc')
| -rw-r--r-- | pkg/swc/gen.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/swc/gen.rc b/pkg/swc/gen.rc index ca580ebc..1f53efda 100644 --- a/pkg/swc/gen.rc +++ b/pkg/swc/gen.rc @@ -28,8 +28,7 @@ build '$outdir'/wayland-drm-server-protocol.h copy '$builddir'/pkg/wld/protocol/ { toolchain host exe convert_font cursor/convert_font.c -} >tools.ninja -subninja '$dir'/tools.ninja +} >tools.ninja ; subninja tools.ninja rule convert_font '$outdir/convert_font $in $out.tmp 2>/dev/null && mv $out.tmp $out' build '$outdir'/cursor/cursor_data.h convert_font '$srcdir'/cursor/cursor.pcf '|' '$outdir'/convert_font |
