Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a2b6c944
Commit
a2b6c944
authored
Mar 25, 2007
by
Leigh B. Stoller
Browse files
Minor fix.
parent
6d568634
Changes
3
Hide whitespace changes
Inline
Side-by-side
account/GNUmakefile.in
View file @
a2b6c944
...
...
@@ -48,7 +48,7 @@ post-install:
chown root $(INSTALL_SBINDIR)/mkusercert
chmod u+s $(INSTALL_SBINDIR)/mkusercert
control-install:
$(addprefix $(INSTALL_SBINDIR)/, $(SBIN_STUFF))
control-install:
# This rule says what web* script depends on which installed binary directory.
$(LIBEXEC_STUFF): $(INSTALL_SBINDIR)
...
...
event/tbgen/GNUmakefile.in
View file @
a2b6c944
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2005 University of Utah and the Flux Group.
# Copyright (c) 2000-2005
, 2007
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -60,7 +60,7 @@ tevc-debug: tevc.o $(LIBTBDIR)/log.o $(LIBTBDIR)/tbdefs.o ../lib/libevent.a ../l
install: $(INSTALL_BINDIR)/tevc \
$(INSTALL_DIR)/opsdir/bin/tevc
control-install: $(INSTALL_BINDIR)/tevc
control-install:
all
$(INSTALL_BINDIR)/tevc
client: tevc
client-install: client
...
...
xmlrpc/GNUmakefile.in
View file @
a2b6c944
...
...
@@ -91,7 +91,8 @@ LINKS= cd $(INSTALL_BINDIR) && \
ln -s script_wrapper.py $$file; \
done;
endif
control-install: $(addprefix $(INSTALL_LIBDIR)/, $(USERLIBS)) \
control-install: $(CLIENTBINS) $(USERLIBS) \
$(addprefix $(INSTALL_LIBDIR)/, $(USERLIBS)) \
$(addprefix $(INSTALL_BINDIR)/, $(CLIENTBINS))
$(LINKS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment