projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb98b7
)
($(inst_libexecdir)/pt_chown): Make the target directory first and
author
drepper
<drepper>
Tue, 10 Feb 1998 19:54:22 +0000
(19:54 +0000)
committer
drepper
<drepper>
Tue, 10 Feb 1998 19:54:22 +0000
(19:54 +0000)
ignore install error.
login/Makefile
patch
|
blob
|
history
diff --git
a/login/Makefile
b/login/Makefile
index
ce321cb
..
e203e9a
100644
(file)
--- a/
login/Makefile
+++ b/
login/Makefile
@@
-54,7
+54,8
@@
include ../Rules
# pt_chown needs to be setuid root.
$(inst_libexecdir)/pt_chown: $(objpfx)pt_chown
- $(INSTALL) -m 4755 -o root $< $@
+ $(make-target-directory)
+ -$(INSTALL) -m 4755 -o root $< $@
$(objpfx)utmpd: $(utmpd-routines:%=$(objpfx)%.o)