source: trunk/gsdl/packages/expat/Makefile@ 12285

Last change on this file since 12285 was 12285, checked in by kjdon, 18 years ago

changed make to $(MAKE) so it still works even if you are using gmake

  • Property svn:keywords set to Author Date Id Revision
File size: 181 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.