Skip to content

Commit

Permalink
make Makefile more portable again
Browse files Browse the repository at this point in the history
Fixes 0000423: Non-portable cp in Makefile.in
  • Loading branch information
joergsteffens committed Feb 4, 2015
1 parent cd1d51c commit 82083a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -158,7 +158,7 @@ Makefiles:
info:
@mkdir -p build/
scripts/git-info.sh build/
cp -a config.out build/
$(CP) -p config.out build/

clean:
@for I in ${all_subdirs} ; \
Expand Down

0 comments on commit 82083a3

Please sign in to comment.