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 Mar 23, 2015
1 parent 657c10e commit a3f9c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -157,7 +157,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 a3f9c0a

Please sign in to comment.