diff options
| author | Russ Cox <rsc@swtch.com> | 2020-01-08 22:49:02 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2020-01-12 15:08:28 -0500 |
| commit | 0b6b451b71bc116c8b98cdbbfbec3fbca6c8fc17 (patch) | |
| tree | 09cc6db89d655f0a188d4a4b42e9ff42321ad9f9 /src | |
| parent | 0158bceec78c7891a7ef672770bf42e65fd064dd (diff) | |
libdraw: fix "mk"
Should default to building the library, not getsubfont.o.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libdraw/mkfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libdraw/mkfile b/src/libdraw/mkfile index fab6295b..68d7d1b1 100644 --- a/src/libdraw/mkfile +++ b/src/libdraw/mkfile @@ -70,7 +70,6 @@ HFILES=\ $PLAN9/include/mouse.h\ $PLAN9/include/keyboard.h\ -getsubfont.$O: defont.h - <$PLAN9/src/mksyslib +getsubfont.$O: defont.h |