1
0
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:
Witold Filipczyk 2006-07-09 17:25:29 +02:00 committed by Witold Filipczyk
parent eed1d25051
commit 00fc1c394c

View File

@ -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