mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lib.mk, rules.mk, make-version-script.sh: Fix versionscript handling
This commit is contained in:
parent
a4fc4aed0f
commit
087ed3b7b3
3 changed files with 9 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ all: $(LIB_SO) $(LINKS_SO)
|
|||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|
||||
clean: local_libclean
|
||||
clean: libclean local_libclean
|
||||
distclean: clean
|
||||
local_libclean:
|
||||
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue