~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to src/include/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# Makefile
3
3
#
4
 
# Version:      $Id: Makefile,v 1.2 2003/07/15 12:34:51 aland Exp $
 
4
# Version:      $Id: Makefile,v 1.2.4.1 2006/08/16 21:43:18 nbk Exp $
5
5
#
6
6
 
7
7
include ../../Make.inc
8
 
.PHONY: all clean install
 
8
.PHONY: all clean distclean install
9
9
 
10
10
all: radpaths.h
11
11
 
12
 
 
13
 
radpaths.h:
 
12
radpaths.h: build-radpaths-h
14
13
        @/bin/sh ./build-radpaths-h
15
14
 
16
 
 
17
15
distclean:
18
16
        rm -f radpaths.h
19
17