makefile: fix benchmark symlinking bug
This commit is contained in:
		
							parent
							
								
									561deb81c1
								
							
						
					
					
						commit
						59d1cd96b8
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -23,7 +23,7 @@ SOURCEFILES:=*hs Commands/*hs Ledger/*hs
 | 
				
			|||||||
DOCFILES:=HOME README NEWS CONTRIBUTORS SCREENSHOTS
 | 
					DOCFILES:=HOME README NEWS CONTRIBUTORS SCREENSHOTS
 | 
				
			||||||
PATCHLEVEL:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1)
 | 
					PATCHLEVEL:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1)
 | 
				
			||||||
BUILDFLAGS:=-DPATCHLEVEL=$(PATCHLEVEL) $(OPTFLAGS)
 | 
					BUILDFLAGS:=-DPATCHLEVEL=$(PATCHLEVEL) $(OPTFLAGS)
 | 
				
			||||||
TIME:=`date +"%Y%m%d%H%M"`
 | 
					TIME:=$(shell date +"%Y%m%d%H%M")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
default: tag hledger
 | 
					default: tag hledger
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user