Changeset 2809

Show
Ignore:
Timestamp:
05/16/05 16:52:21 (4 years ago)
Author:
morris
Message:

Support building dist under make other than gmake

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/Makefile.in

    r1656 r2809  
    6464        $(INSTALL) -m 644 -o root -g bin man/wire.1 $(mandir)/man1/ 
    6565 
    66 dist: 
     66dist: all 
    6767        @echo "Making $@ in ." 
    6868 
     
    7777        done 
    7878 
    79         make -C wire-$(WR_PACKAGE_VERSION) -f Makefile distclean cvsclean 
     79        sh -c "wire-$(WR_PACKAGE_VERSION); make distclean" 
    8080 
    8181        tar -czf wire-$(WR_PACKAGE_VERSION).tar.gz wire-$(WR_PACKAGE_VERSION) 
     
    8787        rm -f *.core 
    8888 
    89 distclean: clean distclean-recursive 
     89distclean: clean cvsclean distclean-recursive 
    9090        @echo "Making $@ in ." 
    9191