aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libdraw/x11-init.c2
-rw-r--r--src/mkone1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c
index 73df170f..a83d5b9d 100644
--- a/src/libdraw/x11-init.c
+++ b/src/libdraw/x11-init.c
@@ -378,7 +378,7 @@ xattach(char *label)
/*
* Look up clipboard atom.
*/
- _x.clipboard = XInternAtom(_x.display, "CLIPBOARD", True);
+ _x.clipboard = XInternAtom(_x.display, "CLIPBOARD", False);
/*
* Lots of display connections for various procs.
diff --git a/src/mkone b/src/mkone
index 8885b1eb..1a744730 100644
--- a/src/mkone
+++ b/src/mkone
@@ -11,6 +11,7 @@ install:V: $TARG.install
$BIN/%: $O.%
$INSTALL $O.$stem $BIN/$stem
+CLEANFILES=$CLEANFILES $PROG
NUKEFILES=$NUKEFILES $BIN/$TARG
<$PLAN9/src/mkcommon