]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/amazon-ssm-agent
core140: ship glibc built with new gcc
[ipfire-2.x.git] / lfs / amazon-ssm-agent
index b477690a44798b85d36f4440db69c23e4001479f..a41dc08bbfa48011a5321dbc5a38e6eded78cff6 100644 (file)
@@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # The build system is searching for code in a certain path
        mkdir -pv $$(dirname $(DIR_BUILD))
-       ln -svf --relative $(DIR_APP) $(DIR_BUILD)
+       mv -v $(DIR_APP) $(DIR_BUILD)
 
        # Disable style check
        cd $(DIR_BUILD) && sed -e "/checkstyle.sh/d" -i makefile