mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
lib.mk: Removing version.ldscript in target clean
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
550986d559
commit
1099019b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ ifeq ($(TARGET),mingw)
|
|||
endif
|
||||
|
||||
clean.all:
|
||||
rm -rf *.a *.o *~ st* .*.swp *.done ld-*.conf
|
||||
rm -rf *.a *.o *~ st* .*.swp *.done ld-*.conf version.ldscript
|
||||
|
||||
ld-%.conf:
|
||||
echo $(INSTALL_LIBDIR) > $@.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue