Changeset 7863ca in git for Makefile.in
- Timestamp:
- May 6, 1997, 9:37:57 PM (27 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 49a3c291cfffe82e04cfe6470864e0f213c794f0
- Parents:
- d3c52bacb70b299f3b53190c2ae72950e7d1dbd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rd3c52b r7863ca 30 30 cd .. ;\ 31 31 done;\ 32 rm -rf *~ a.out core *.o .log lib bin share include; \32 rm -rf *~ a.out core *.o .log lib bin info share include; \ 33 33 if test "$@" = distclean || test "$@" = maintainer-clean; then \ 34 34 rm -f config.cache config.log config.status TAGS* *.gz *.tar; \ … … 36 36 if test "$@" = maintainer-clean; then \ 37 37 echo "This command is inteneded for maintainer use, only" ; \ 38 echo "Rebuilding the deleteed file(s) requires at least autoconf"; \39 38 rm -f configure ;\ 40 39 fi
Note: See TracChangeset
for help on using the changeset viewer.