Skip to content
Snippets Groups Projects
Commit a4da50e1 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

make version.h depend on .svn/entries

Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2606f38a
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,11 @@ ffplay_g$(EXESUF): ffplay.o cmdutils.o .libs ...@@ -85,6 +85,11 @@ ffplay_g$(EXESUF): ffplay.o cmdutils.o .libs
cp -p $< $@ cp -p $< $@
$(STRIP) $@ $(STRIP) $@
SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_ENTRIES))
version.h: $(SVN_ENTRIES)
endif
version.h: version.h:
$(SRC_PATH)/version.sh $(SRC_PATH) $(SRC_PATH)/version.sh $(SRC_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment