1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Avoid compilation of vernum.c in 'make install'

(cherry picked from commit 00fc1c394ce278ee957c71279b1666a356b99d28)
This commit is contained in:
Witold Filipczyk 2006-07-09 17:25:29 +02:00 committed by Kalle Olavi Niemitalo
parent ffb5edd047
commit 649f7d6ca6

View File

@ -35,11 +35,9 @@ BUILD_ID = $(subst elinks-,,$(GITDESC))$(if $(WTDIRTY),-dirty)
endif endif
INCLUDES += -DBUILD_ID="\"$(BUILD_ID)\"" INCLUDES += -DBUILD_ID="\"$(BUILD_ID)\""
OBJS = vernum.o vernum.o: $(LIB_O_NAME)
vernum.o: FORCE
FORCE:
elinks: $(LIB_O_NAME) elinks: $(LIB_O_NAME) vernum.o
$(call cmd,link) $(call cmd,link)
PROGS = elinks PROGS = elinks