]> git.pld-linux.org Git - packages/athcool.git/blob - athcool-DESTDIR.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/athcool.git] / athcool-DESTDIR.patch
1 --- ./Makefile.org      Sat Jun 21 07:38:54 2003
2 +++ ./Makefile  Wed Aug  6 01:16:31 2003
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
10 +CFLAGS = $(FLAGS)
11 +LDFLAGS = $(FLAGS)
12  DEF     = -I. -I$(includedir)
13  LIBPCI  = -lpci
14  LDLIBS = $(LIBPCI)
15 @@ -28,8 +29,8 @@
16         $(CC) $(CFLAGS) $(OBJS) $(LDLIBS) -o $@
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:
25         $(CC) $(CFLAGS) $(DEF) -c $< -o $@
This page took 0.329502 seconds and 3 git commands to generate.