Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
4d5f9391
Commit
4d5f9391
authored
Nov 06, 2014
by
Jonathan Jenkins
Browse files
unnecessary cp rule
parent
1575febb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile.subdir
View file @
4d5f9391
...
...
@@ -28,9 +28,9 @@ src/modelconfig/configlex.h: src/modelconfig/configlex.l
#src/iokernellang/codesparser.c codes/codesparser.h: src/iokernellang/codesparser.y
codes/codeslexer.h
:
src/iokernellang/codeslexer.h
mkdir
-p
codes
cp
src/iokernellang/codeslexer.h codes/codeslexer.h
#
codes/codeslexer.h:
$(top_srcdir)/
src/iokernellang/codeslexer.h
#
mkdir -p codes
#
cp
$(top_srcdir)/
src/iokernellang/codeslexer.h codes/codeslexer.h
nobase_include_HEADERS
=
\
codes/CodesKernelHelpers.h
\
...
...
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