~ubuntu-branches/ubuntu/utopic/linux86/utopic

« back to all changes in this revision

Viewing changes to tests/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-07 20:33:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207203339-uonmnsb2j32kh0sg
Tags: 0.16.17-2ubuntu1
* Merge with Debian; remaining changes:
  - Build elks-libc for lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
all: $(EXE)
17
17
 
18
 
install links:
 
18
install:
 
19
        echo Use real-install if you actually want to install these
 
20
 
 
21
real-install:
 
22
        install wc hd env ft $(DIST)$(PREFIX)/bin
 
23
        for i in $(LINK_FILES) ; do ln -s ft $(DIST)$(PREFIX)/bin/$$i ; done
 
24
 
 
25
install_links:
19
26
        for i in $(LINK_FILES) ; do ln -s ft $$i ; done
20
27
 
21
28
no_links: