/[gcl]/gcl/debian/rules
ViewVC logotype

Diff of /gcl/debian/rules

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

revision 1.15 by camm, Sun Aug 11 17:49:13 2002 UTC revision 1.16 by camm, Sun Aug 18 16:15:10 2002 UTC
# Line 48  configure-stamp: Line 48  configure-stamp:
48          if [ configure.in -nt configure ]; then autoconf; fi          if [ configure.in -nt configure ]; then autoconf; fi
49          chmod -R +x gmp3/*          chmod -R +x gmp3/*
50          [ "$(ARCHT)" != "i386" ] || ( cd gmp3 && CC=$(MCC) ./configure --build=i486-unknown-linux-gnu )          [ "$(ARCHT)" != "i386" ] || ( cd gmp3 && CC=$(MCC) ./configure --build=i486-unknown-linux-gnu )
51          CC=$(MCC) ./configure --disable-statsysbfd --enable-$(RELOC) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          CC=$(MCC) ./configure --disable-statsysbfd --enable-$(RELOC) --enable-dynsysgmp --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
52          [ "$(ARCHT)" != "ia64" ] || ( cd o && $(MCC) -c -Wall -DVOL=volatile -I. -fsigned-char -fwritable-strings -pipe -O -fomit-frame-pointer -I../h -I../gcl-tk num_log.c  )          [ "$(ARCHT)" != "ia64" ] || ( cd o && $(MCC) -c -Wall -DVOL=volatile -I. -fsigned-char -fwritable-strings -pipe -O -fomit-frame-pointer -I../h -I../gcl-tk num_log.c  )
53          touch configure-stamp          touch configure-stamp
54    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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