source: main/tags/2.70-branch-merged/gsdl/packages/expat/Makefile@ 26198

Last change on this file since 26198 was 10945, checked in by jrm21, 19 years ago

fixed so that we don't go into an infinite loop if we can't cd

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