mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Avoid compilation of vernum.c in 'make install'
This commit is contained in:
parent
eed1d25051
commit
00fc1c394c
@ -33,11 +33,9 @@ BUILD_ID=$(shell GIT_DIR=$(top_srcdir)/.git $(CG_COMMIT_ID) 2> /dev/null)
|
||||
endif
|
||||
INCLUDES += -DBUILD_ID="\"$(BUILD_ID)\""
|
||||
|
||||
OBJS = vernum.o
|
||||
vernum.o: FORCE
|
||||
FORCE:
|
||||
vernum.o: $(LIB_O_NAME)
|
||||
|
||||
elinks: $(LIB_O_NAME)
|
||||
elinks: $(LIB_O_NAME) vernum.o
|
||||
$(call cmd,link)
|
||||
|
||||
PROGS = elinks
|
||||
|
Loading…
Reference in New Issue
Block a user