Rev 7 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 7 | Rev 9 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | ./configure \ | 9 | ./configure \ | 
| 10 | --prefix=/usr \ | 10 | --prefix=/usr \ | 
| 11 | 		--mandir=\$${prefix}/share/man 
 | 11 | 		--mandir=\$${prefix}/share/man 
 | 
| 12 | touch configure-stamp | 12 | touch configure-stamp | 
| 13 | 13 | ||
| - | 14 | build-arch: build | |
| - | 15 | build-indep: | |
| 14 | build: build-stamp | 16 | build: build-stamp | 
| 15 | build-stamp: configure-stamp | 17 | build-stamp: configure-stamp | 
| 16 | dh_testdir | 18 | dh_testdir | 
| 17 | $(MAKE) | 19 | $(MAKE) | 
| 18 | touch build-stamp | 20 | touch build-stamp |