Changeset 2809
- Timestamp:
- 05/16/05 16:52:21 (4 years ago)
- Files:
-
- wire/trunk/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/Makefile.in
r1656 r2809 64 64 $(INSTALL) -m 644 -o root -g bin man/wire.1 $(mandir)/man1/ 65 65 66 dist: 66 dist: all 67 67 @echo "Making $@ in ." 68 68 … … 77 77 done 78 78 79 make -C wire-$(WR_PACKAGE_VERSION) -f Makefile distclean cvsclean79 sh -c "wire-$(WR_PACKAGE_VERSION); make distclean" 80 80 81 81 tar -czf wire-$(WR_PACKAGE_VERSION).tar.gz wire-$(WR_PACKAGE_VERSION) … … 87 87 rm -f *.core 88 88 89 distclean: clean distclean-recursive89 distclean: clean cvsclean distclean-recursive 90 90 @echo "Making $@ in ." 91 91
