File diff r9764:7294de81e1eb → r9765:c3e5347475e9
Makefile.src.in
Show inline comments
 
@@ -143,9 +143,11 @@ endif
 
endif
 
endif
 

	
 
# Make sure we have something in REV
 
# Make sure we have something in REV and REV_NR
 
ifeq ($(REV),)
 
REV := norev000
 
endif
 
ifeq ($(REV_NR),)
 
REV_NR := 0
 
endif