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-stable
Commits
480650a4
Commit
480650a4
authored
Dec 15, 2004
by
David Johnson
Browse files
* mezzanine/examples/Makefile:
- change so that `simple' binary gets installed appropriately
parent
b846399e
Changes
1
Hide whitespace changes
Inline
Side-by-side
robots/mezzanine/examples/Makefile
View file @
480650a4
...
...
@@ -2,7 +2,7 @@
# Desc: Makefile for building and installing the examples
# Author: Andrew Howard
# Date: Apr 10 2002
# CVS: $Id: Makefile,v 1.
1
2004-12-1
2 23:36:33
johnsond Exp $
# CVS: $Id: Makefile,v 1.
2
2004-12-1
5 05:03:46
johnsond Exp $
###########################################################################
include
../Makefile.opt
...
...
@@ -21,4 +21,5 @@ clean:
install
:
$(MKDIR)
-p
$(INSTALL_EG)
$(MKDIR)
-p
$(INSTALL_EG)
/simple
$(INSTALL)
-m
644 simple/
*
.c simple/Makefile
$(INSTALL_EG)
/simple/
# $(INSTALL) -m 644 simple/*.c simple/Makefile $(INSTALL_EG)/simple/
$(INSTALL)
-m
644
simple/simple
$(INSTALL_EG)/simple/
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