Fix the Makefile

This commit is contained in:
Maschell 2020-08-12 22:58:09 +02:00
parent 0e5a69fa3d
commit 78127adf4e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ share:
release:
@[ -d $@ ] || mkdir -p $@
share/libwupsbackend.ld : lib/libwupsbackend.a | release
share/libwupsbackend.ld : lib/libwupsbackend.a | share release
cp $(CURDIR)/release/*.ld $(CURDIR)/$@
lib/libwupsbackend.a :$(SOURCES) $(INCLUDES) | lib release