/[oroborus]/oroborus/debian/rules
ViewVC logotype

Diff of /oroborus/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by dreamind, Tue Nov 19 21:32:11 2002 UTC revision 1.7 by dreamind, Sun Jan 12 13:44:10 2003 UTC
# Line 6  export DH_COMPAT=2 Line 6  export DH_COMPAT=2
6  configure: configure-stamp  configure: configure-stamp
7  configure-stamp:  configure-stamp:
8          dh_testdir          dh_testdir
9          CC=gcc-3.2 ./configure --prefix=/usr --mandir=/usr/share/man          # Add here commands to configure the package.
10            # first check if the configure already exists, if not generate it.
11            test -f configure || $(MAKE) -f Makefile.cvs
12            # then run it
13            ./configure --prefix=/usr --mandir=/usr/share/man
14          touch configure-stamp          touch configure-stamp
15    
16  build: configure-stamp build-stamp  build: configure-stamp build-stamp

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26