source: trunk/debathena/debathena/ldso1-stub/Makefile @ 25583

Revision 25583, 234 bytes checked in by geofft, 13 years ago (diff)
In ldso1-stub: * Initial release. (Trac: #476)
Line 
1all: ld-linux-1
2
3ld-linux-1: ld-linux-1.c
4        $(CC) -static -fPIC -m32 -o ld-linux-1 ld-linux-1.c
5
6install: all
7        install -d $(DESTDIR)/lib
8        install -m755 ld-linux-1 $(DESTDIR)/lib/ld-linux.so.1
9
10clean:
11        -rm ld-linux-1
12
13.PHONY: clean all
Note: See TracBrowser for help on using the repository browser.