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
34cada47
Commit
34cada47
authored
Aug 17, 2005
by
Russ Fish
Browse files
Cygwin needs an explicit EXE after executables referenced as files.
parent
45e3349f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/GNUmakefile.in
View file @
34cada47
...
...
@@ -83,10 +83,10 @@ common-script-install: dir-install
(cd config; $(MAKE) script-install)
symlinks: dir-install
rm -f $(TBBINDIR)/tevc
ln -s $(CLIENT_BINDIR)/tevc $(TBBINDIR)/tevc
rm -f $(TBBINDIR)/emulab-sync
ln -s $(CLIENT_BINDIR)/emulab-sync $(TBBINDIR)/emulab-sync
rm -f $(TBBINDIR)/tevc
$(EXE)
ln -s $(CLIENT_BINDIR)/tevc
$(EXE)
$(TBBINDIR)/tevc
$(EXE)
rm -f $(TBBINDIR)/emulab-sync
$(EXE)
ln -s $(CLIENT_BINDIR)/emulab-sync
$(EXE)
$(TBBINDIR)/emulab-sync
$(EXE)
rm -f $(TBLIBDIR)
ln -s $(CLIENT_BINDIR) $(TBLIBDIR)
...
...
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