]> git.pld-linux.org Git - packages/athcool.git/blame - athcool-DESTDIR.patch
- killed trailing spaces/tabs
[packages/athcool.git] / athcool-DESTDIR.patch
CommitLineData
29b82601 1--- ./Makefile.org Sat Jun 21 07:38:54 2003
70f9f8f0 2+++ ./Makefile Wed Aug 6 01:16:31 2003
29b82601
PG
3@@ -11,8 +11,9 @@
4 CC = gcc
5 LD = $(CC)
6 RM = rm -f
7-CFLAGS = -O2 -Wall
8-LDFLAGS = $(CFLAGS)
9+FLAGS = -O2 -Wall
70f9f8f0
PG
10+CFLAGS = $(FLAGS)
11+LDFLAGS = $(FLAGS)
29b82601
PG
12 DEF = -I. -I$(includedir)
13 LIBPCI = -lpci
14 LDLIBS = $(LIBPCI)
70f9f8f0
PG
15@@ -28,8 +29,8 @@
16 $(CC) $(CFLAGS) $(OBJS) $(LDLIBS) -o $@
29b82601
PG
17
18 install::
19- install -d $(sbindir)
20- install -s $(PACKAGE) $(sbindir)
21+ install -d $(DESTDIR)$(sbindir)
22+ install -s $(PACKAGE) $(DESTDIR)$(sbindir)
23
24 .c.o:
70f9f8f0 25 $(CC) $(CFLAGS) $(DEF) -c $< -o $@
This page took 0.040885 seconds and 4 git commands to generate.