Cleanup of remains of subversion in the build system

This commit is contained in:
Jérôme Duval
2012-10-30 22:36:32 +01:00
parent 0d6a077db2
commit 4107ac9cda
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ copy_headers()
sourceDir=$1
targetDir=$2
headers="`find $sourceDir -name \*\.h | grep -v /.svn`"
headers="`find $sourceDir -name \*\.h`"
headers="`echo $headers | sed -e s@$sourceDir/@@g`"
for f in $headers; do
headerTargetDir=$targetDir/`dirname $f`