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
RevLine 
[8656]1
2all:
[12285]3 (cd expat-1.95.8 && $(MAKE) all installlib)
[8656]4
5clean:
[12285]6 (cd expat-1.95.8 && $(MAKE) clean)
[8656]7
8distclean:
[12285]9 (cd expat-1.95.8 && $(MAKE) distclean)
[8656]10
11install:
[10945]12 @echo Expat installed
Note: See TracBrowser for help on using the repository browser.