Skip to content
Snippets Groups Projects
Commit 0ca8df12 authored by Jonathan Roelofs's avatar Jonathan Roelofs
Browse files

Fix build... again

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253081 91177308-0d34-0410-b5e6-96231b3b80d8
parent 8dbb0233
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ $(ShareDir)/man/man1/%: man/% Makefile $(ShareDir)/man/man1/.dir ...@@ -47,7 +47,7 @@ $(ShareDir)/man/man1/%: man/% Makefile $(ShareDir)/man/man1/.dir
$(Echo) "Copying $(notdir $<) to the 'man' directory..." $(Echo) "Copying $(notdir $<) to the 'man' directory..."
$(Verb)cp $< $@ $(Verb)cp $< $@
$(ShareDir)/scan-build/%: share/% Makefile $(ShareDir)/scan-build/.dir $(ShareDir)/scan-build/%: share/scan-build/% Makefile $(ShareDir)/scan-build/.dir
$(Echo) "Copying $(notdir $<) to the 'share' directory..." $(Echo) "Copying $(notdir $<) to the 'share' directory..."
$(Verb)cp $< $@ $(Verb)cp $< $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment