source: trunk/gsdl/packages/cgicc/Makefile@ 12010

Last change on this file since 12010 was 12007, checked in by davidb, 18 years ago

Latest version of cgicc doesn't seem to compile with gcc 2.95. While this
is admittedly an old version of the compiler, it is what we use on Puka.
(makes for good legacy testing!). Changed the version of cgicc to an older
one that is compatible with this compiler.

  • Property svn:keywords set to Author Date Id Revision
File size: 178 bytes
Line 
1
2all:
3 (cd cgicc-3.1.5 && make all install)
4
5clean:
6 (cd cgicc-3.1.5 && make clean)
7
8distclean:
9 (cd cgicc-3.1.5 && make distclean)
10
11install:
12 (cd cgicc-3.1.5 && make install)
Note: See TracBrowser for help on using the repository browser.