Avoid application relink on every make invocation.
This commit is contained in:
parent
3634d7e97a
commit
1e7b6c029c
@ -65,9 +65,9 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||
top:
|
||||
(cd ..; $(MAKE) DIRS=$(DIR) all)
|
||||
|
||||
all: lib
|
||||
all: lib subdirs
|
||||
|
||||
lib: $(LIBOBJ) subdirs
|
||||
lib: $(LIBOBJ)
|
||||
@if [ -n "$(SHARED_LIBS)" ]; then \
|
||||
set -e; \
|
||||
for l in $(LIBNAMES); do \
|
||||
|
@ -37,6 +37,7 @@ lib: $(LIBOBJ)
|
||||
else \
|
||||
$(AR) $(LIB) $(LIBOBJ); \
|
||||
fi
|
||||
@touch lib
|
||||
|
||||
install:
|
||||
[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
|
||||
|
Loading…
x
Reference in New Issue
Block a user